Lines Matching full:test
21 * @brief Test result.
23 * @member UTEST_PASSED Test success.
24 * @member UTEST_FAILED Test failed.
25 * @member UTEST_PASSED Test skipped.
61 * @member run_timeout Testcase maximum test time (Time unit: seconds).
62 * @member init Necessary initialization before executing the test case function.
79 * @brief Unit test handler function pointer.
87 * @brief Unit test function executor.
90 * @param func Unit test function.
91 * @param unit_func_name Unit test function name.
127 * @param init The initialization function of the test case.
128 * @param cleanup The cleanup function of the test case.
129 * @param timeout Testcase maximum test time (Time unit: seconds).
148 * @brief Unit test function executor.
151 * @param test_unit_func Unit test function