Back to Adaptive Vision Library website

You are here: Start » Function Reference » Assertions

Assertions

Select Filter Equivalent below.

IconNameDescription
AssertArraySizeEqualToAsserts that an array has expected size.
AssertBoolEqualToAsserts that a boolean value is equal to the expected one.
AssertIntegerEqualToAsserts that an integer value is equal to the expected one.
AssertIntegerInRangeAsserts that an integer value fits the specified range.
AssertObjectEqualToAsserts that an object is equal to the expected one.
AssertObjectNilAsserts that an object is Nil.
AssertObjectNotEqualToAsserts that an object is not equal to the expected one.
AssertObjectNotNilAsserts that an object is not Nil.
AssertPredicateTrueAsserts that a predicate is true.
AssertRealEqualToAsserts that a real value is equal to the expected one.
AssertRealInRangeAsserts that a real value fits the specified range.
AssertStringEqualToAsserts that a string is equal to the expected one.