Searched refs:base_tp (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/kyua-cli/dist/engine/ |
| D | test_program_test.cpp | 197 engine::test_program base_tp( in ATF_TEST_CASE_BODY() local 203 const engine::test_case tc1("plain", base_tp, "main", in ATF_TEST_CASE_BODY() 207 base_tp.set_test_cases(base_tcs); in ATF_TEST_CASE_BODY() 224 ATF_REQUIRE( base_tp == other_tp); in ATF_TEST_CASE_BODY() 225 ATF_REQUIRE(!(base_tp != other_tp)); in ATF_TEST_CASE_BODY() 235 ATF_REQUIRE(!(base_tp == other_tp)); in ATF_TEST_CASE_BODY() 236 ATF_REQUIRE( base_tp != other_tp); in ATF_TEST_CASE_BODY() 246 ATF_REQUIRE(!(base_tp == other_tp)); in ATF_TEST_CASE_BODY() 247 ATF_REQUIRE( base_tp != other_tp); in ATF_TEST_CASE_BODY() 257 ATF_REQUIRE(!(base_tp == other_tp)); in ATF_TEST_CASE_BODY() [all …]
|
| D | test_case_test.cpp | 467 const engine::test_program base_tp( in ATF_TEST_CASE_BODY() local 475 const engine::test_case base_tc(base_interface, base_tp, base_name, in ATF_TEST_CASE_BODY() 480 const engine::test_case other_tc(base_interface, base_tp, base_name, in ATF_TEST_CASE_BODY() 489 const engine::test_case other_tc("atf", base_tp, base_name, in ATF_TEST_CASE_BODY() 522 const engine::test_case other_tc(base_interface, base_tp, "other", in ATF_TEST_CASE_BODY() 531 const engine::test_case other_tc(base_interface, base_tp, base_name, in ATF_TEST_CASE_BODY()
|