Home | History | Annotate | Download | only in TestWebKitAPI

Lines Matching refs:TestsController

26 #include "TestsController.h"
34 TestsController& TestsController::shared()
36 static TestsController& shared = *new TestsController;
40 TestsController::TestsController()
46 void TestsController::dumpTestNames()
54 bool TestsController::runTestNamed(const std::string& identifier)
71 void TestsController::testFailed(const char* file, int line, const char* message)
77 void TestsController::registerCreateTestFunction(const std::string& identifier, CreateTestFunction createTestFunction)