Asserts that two ints are equal. If they are not, an error is thrown with a message.
Asserts that two strings are equal. If they are not, an error is thrown with a message.
Asserts that two reals are equal. If they are not, an error is thrown with a message.
Asserts that two reals are equal to within a positive delta. If they are not, an error is thrown with a message.
Asserts that two booleans are equal. If they are not, an error is thrown with a message.
Asserts that this booleans is false. If it is not, an error is thrown with a message.
Asserts that the passed int is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed real is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed int is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed real is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed int is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed real is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed int is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the passed real is greater than the parameter. If they are not, an error is thrown with a message.
Asserts that the reference t is not null
Asserts that this booleans is true. If it is not, an error is thrown with a message.
Asserts that this booleans is true. If it is not, an error is thrown.
Asserts that this booleans is true. If it is not, an error is thrown with the supplied message.
Functions annotated with @test can be executed as unit tests.