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

/haiku/src/tools/cppunit/cppunit/
H A DTestRunner.cpp54 * \param testName Name of the test case to run. If an empty is given, then
67 TestRunner::run( string testName, argument
72 runTestByName( testName, doPrintProgress );
80 TestRunner::runTestByName( string testName, argument
83 if ( testName.empty() )
86 Test *test = findTestByName( testName );
90 cout << "Test " << testName << " not found." << endl;
/haiku/headers/tools/cppunit/cppunit/ui/text/
H A DTestRunner.h69 bool run( string testName ="",
85 virtual bool runTestByName( string testName,
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp118 const char* testName; local
128 testName = argv[0];
148 if (strcmp(testName, kTestInfos[i].name) == 0) {
159 fprintf(stderr, "Error: Invalid test name: \"%s\"\n", testName);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp308 const char* testName; local
314 testName = argv[1];
322 if (strcmp(testName, kTestInfos[i].name) == 0) {
329 fprintf(stderr, "Error: Invalid test name: \"%s\"\n", testName);

Completed in 47 milliseconds