Aurora Visio Studio TOP » Filter Reference » System » Assertions
Assertions
Select a filter from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
AssertArraySizeEqualTo | Asserts that an array has expected size. |
FoundationLite | ||
AssertArraySizeNotEqualTo | Asserts that an array size is unequal to reference size. |
FoundationLite | ||
AssertBoolEqualTo | Asserts that a boolean value is equal to the expected one. |
FoundationLite | ||
AssertDoubleEqualTo | Asserts that a double value is equal to the expected one. |
FoundationLite | ||
AssertDoubleInRange | Asserts that a double value fits the specified range. |
FoundationLite | ||
AssertFalse | Asserts that a predicate is false. |
FoundationLite | ||
AssertImageEqualTo | Asserts that two images are equal or differ by a small given margin. |
FoundationLite | ||
AssertIntegerEqualTo | Asserts that an integer value is equal to the expected one. |
FoundationLite | ||
AssertIntegerInRange | Asserts that an integer value fits the specified range. |
FoundationLite | ||
AssertLongEqualTo | Asserts that an long value is equal to the expected one. |
FoundationLite | ||
AssertLongInRange | Asserts that an long value fits the specified range. |
FoundationLite | ||
AssertMatrixEqualTo | Asserts that an matrix is equal to the expected one. |
FoundationLite | ||
AssertMatrixNotEqualTo | Asserts that an matrix is not equal to the expected one. |
FoundationLite | ||
AssertObjectEqualTo | Asserts that an object is equal to the expected one. |
FoundationLite | ||
AssertObjectNil | Asserts that an object is Nil. |
FoundationLite | ||
AssertObjectNotEqualTo | Asserts that an object is not equal to the expected one. |
FoundationLite | ||
AssertObjectNotNil | Asserts that an object is not Nil. |
FoundationLite | ||
AssertRealEqualTo | Asserts that a real value is equal to the expected one. |
FoundationLite | ||
AssertRealInRange | Asserts that a real value fits the specified range. |
FoundationLite | ||
AssertStringEqualTo | Asserts that a string is equal to the expected one. |
FoundationLite | ||
AssertTrue | Asserts that a predicate is true. |
FoundationLite | ||
ThrowError | Throws specific error. |
FoundationLite |