Home | History | Annotate | Download | only in TestWebKitAPI

Lines Matching refs:testCaseName

64 #define TEST_CLASS_NAME(testSuite, testCaseName) testSuite##testCaseName##_Test
65 #define TEST_REGISTRAR_NAME(testSuite, testCaseName) testSuite##testCaseName##_Registrar
68 #define TEST(testSuite, testCaseName) \
69 class TEST_CLASS_NAME(testSuite, testCaseName) : public Test { \
71 TEST_CLASS_NAME(testSuite, testCaseName)(const std::string& identifier) \
78 static Test::Register<TEST_CLASS_NAME(testSuite, testCaseName)> TEST_REGISTRAR_NAME(testSuite, testCaseName)(#testSuite, #testCaseName); \
80 void TEST_CLASS_NAME(testSuite, testCaseName)::run()