Searched refs:testName (Results 1 – 2 of 2) sorted by relevance
49 testName = testSuiteName.split("/")51 baseName = testName[testName.size - 1].split(".")61 testName = array[lastItem - 1]63 printf "%-40s PASS\n", testName65 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"72 testName = array[lastItem - 2]75 printf "%-40s IGNORED\n", testName77 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"86 testName = array[lastItem - 2]89 printf "%-40s FAILED\n", testName[all …]
53 char testName[256] = "TEST_PROGNAME3"; in testWriteInCustomLogfile() local57 sntp_init_logging(testName); in testWriteInCustomLogfile()74 char* x = strstr(line,testName); in testWriteInCustomLogfile()