Searched refs:testName (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | jsontest.h | 122 virtual const char* testName() const = 0; 167 bool testIndex(const Json::String& testName, size_t& indexOut) const; 254 const char* testName() const override { return #FixtureType "/" #name; } \ 279 const char* testName() const override { return #FixtureType "/" #name; } \
|
A D | jsontest.cpp | 228 Json::String name = test->testName(); in testNameAt() 235 result.setTestName(test->testName()); in runTestAt() 236 printf("Testing %s: ", test->testName()); in runTestAt() 284 bool Runner::testIndex(const Json::String& testName, size_t& indexOut) const { in testIndex() argument 287 if (testNameAt(index) == testName) { in testIndex()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 101 SDLTest_GenerateExecKey(const char *runSeed, char *suiteName, char *testName, int iteration) in SDLTest_GenerateExecKey() argument 123 if (testName == NULL || testName[0] == '\0') { in SDLTest_GenerateExecKey() 140 testNameLength = SDL_strlen(testName); in SDLTest_GenerateExecKey() 149 SDL_snprintf(buffer, entireStringLength, "%s%s%s%d", runSeed, suiteName, testName, iteration); in SDLTest_GenerateExecKey()
|
Completed in 5 milliseconds