Back to FabImage Studio website
You are here: Start » Filter Reference » Assertions
Assertions
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() |
AssertArraySizeEqualTo | Asserts that an array has expected size. |
![]() |
AssertBoolEqualTo | Asserts that a boolean value is equal to the expected one. |
![]() |
AssertFalse | Asserts that a predicate is false. |
![]() |
AssertIntegerEqualTo | Asserts that an integer value is equal to the expected one. |
![]() |
AssertIntegerInRange | Asserts that an integer value fits the specified range. |
![]() |
AssertObjectEqualTo | Asserts that an object is equal to the expected one. |
![]() |
AssertObjectNil | Asserts that an object is Nil. |
![]() |
AssertObjectNotEqualTo | Asserts that an object is not equal to the expected one. |
![]() |
AssertObjectNotNil | Asserts that an object is not Nil. |
![]() |
AssertRealEqualTo | Asserts that a real value is equal to the expected one. |
![]() |
AssertRealInRange | Asserts that a real value fits the specified range. |
![]() |
AssertStringEqualTo | Asserts that a string is equal to the expected one. |
![]() |
AssertTrue | Asserts that a predicate is true. |
![]() |
ThrowError | Throws specific error. |