Searched refs:testCases (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp61 } testCases[] = {
747 const int testCaseCount = sizeof(testCases) / sizeof(test_case);
750 // cout << endl << testCases[i].rule << endl;
753 stream.SetTo(testCases[i].rule);
756 for (int j = 0; j < testCases[i].tokenCount; j++) {
764 if (testCases[i].tokens[j]->Type() == CharacterString)
765 cout << " token2 == " << (testCases[i].tokens[j])->String() << endl;
775 if (testCases[i].tokens[j]->Type() == CharacterString)
777 const std::string &str = (testCases[i].tokens[j])->String();
796 CHK(*token == *(testCases[
817 } testCases[] = { local
[all...]
H A DMimeTypeTest.cpp4198 } testCases[] = {
4203 const int testCaseCount = sizeof(testCases) / sizeof(test_case);
4206 test_case &testCase = testCases[i];
4251 } testCases[] = {
4511 const int testCaseCount = sizeof(testCases) / sizeof(test_case);
4517 test_case &testCase = testCases[i];
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp106 } testCases[] = { local
192 int32 testCaseCount = sizeof(testCases) / sizeof(test_case);
195 const test_case &testCase = testCases[i];

Completed in 50 milliseconds