Back to Adaptive Vision Library website

You are here: Start » Function Reference » System » Assertions

Assertions

Select a function from the list below.

Icon Name Description / Applications Modules
AssertImageEqualTo

Asserts that two images are equal or differ by a small given margin.

FoundationLite

Select Filter Equivalent 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
AssertFalse

Asserts that a predicate is false.

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
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