Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/
H A Dbullet_3_and_4.pass.cpp51 struct TestCase { struct
54 static void run() { TestCase().doTest(); } in run() argument
57 typedef TestMemberObject<ObjectType> TestType;
61 void doTest() { in doTest()
117 void runTestDispatch(Fn M, T& obj, ObjectType* expect) { in runTestDispatch()
131 void runTestPointerDispatch(Fn M, T& obj, ObjectType* expect) { in runTestPointerDispatch()
159 TestCase<ArgType>::run(); in main() argument
H A Dbullet_1_and_2.pass.cpp217 struct TestCase : public TestCaseImp<MemFun03, Sig, Arity, CV> {}; struct
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h182 class TestCase; variable
680 friend class TestCase; variable
990 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart()
994 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2362 TestCase::TestCase(const char* a_name, const char* a_type_param, in TestCase() function in testing::TestCase