|
NAME
LIBRARYshtk_import unittest SYNOPSIS
DESCRIPTIONThe EXAMPLESThe following piece of code illustrates the definition of a couple of test cases: shtk_unittest_add_test first_scenario
first_scenario_test() {
... test code for the first test case ...
}
shtk_unittest_add_test second_scenario
second_scenario_test() {
... test code for the second test case ...
}
SEE ALSOHISTORY
|