testing/testt.sh

Test object (one object given as the first argument to test.)

TestT()

Test object (one object given as an argument to each test).

TestT_duration()

Return duration of the test (ms).

TestT_fail()

Mark the test as failing and continue the execution.

TestT_fail_now()

Mark the test as failing and exit 1 (which will not stop any sub process that was started).

TestT_failed()

Check if test failed.

TestT_file()

Return test script name.

TestT_msg()

Return message stored in this object.

TestT_name()

Return test name.

TestT_skip()

Skip the test (and store the message).

TestT_skip_now()

Skip the test and stop its execution by calling exit 0 (which will not stop any sub process that was started).

TestT_skipped()

Check if test is skipped.

TestT_timeout()

Mark the test as timeout.

TestT_to_string()

String representation of this test.