Back to Aurora Vision Library Lite website
You are here: Start » System » Assertions
Assertions
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AssertImageEqualTo | Asserts that two images are equal or differ by a small given margin. |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AssertArraySizeEqualTo | Asserts that an array has expected size. |
||
| AssertArraySizeNotEqualTo | Asserts that an array size is unequal to reference size. |
||
| 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. |
||
| ThrowError | Throws specific error. |
