Home
last modified time | relevance | path

Searched refs:IntTestSuite (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/sample_lite/hctest_hal/src/
H A Dtest_demo1.c19 * @tc.name: register a test suit named "IntTestSuite"
22 * @param: IntTestSuite test suit name
24 LITE_TEST_SUIT(test, example, IntTestSuite);
27 * @tc.setup: define a setup for test suit, format:"IntTestSuite + SetUp"
37 * @tc.teardown: define a setup for test suit, format:"IntTestSuite + TearDown"
51 LITE_TEST_CASE(IntTestSuite, TestCase001, Function | MediumTest | Level1)
61 LITE_TEST_CASE(IntTestSuite, TestCase002, Function | MediumTest | Level2)
66 RUN_TEST_SUITE(IntTestSuite) variable

Completed in 0 milliseconds