Back to FabImage Library website

You are here: Start » Function Reference » Assertions

Assertions

Select Filter Equivalent below.

Icon Name Description Library
AssertArraySizeEqualTo Asserts that an array has expected size. Lite
AssertBoolEqualTo Asserts that a boolean value is equal to the expected one. Professional
AssertFalse Asserts that a predicate is false. Professional
AssertIntegerEqualTo Asserts that an integer value is equal to the expected one. Professional
AssertIntegerInRange Asserts that an integer value fits the specified range. Professional
AssertObjectEqualTo Asserts that an object is equal to the expected one. Lite
AssertObjectNil Asserts that an object is Nil. Lite
AssertObjectNotEqualTo Asserts that an object is not equal to the expected one. Lite
AssertObjectNotNil Asserts that an object is not Nil. Lite
AssertRealEqualTo Asserts that a real value is equal to the expected one. Professional
AssertRealInRange Asserts that a real value fits the specified range. Professional
AssertStringEqualTo Asserts that a string is equal to the expected one. Professional
AssertTrue Asserts that a predicate is true. Professional
ThrowError Throws specific error. Lite