Searched refs:testNameFromParams (Results 1 – 3 of 3) sorted by relevance
1012 String testNameFromParams = getProperty("rules"); in TestMonkey() local1014 if (testNameFromParams != null) { in TestMonkey()1015 tests = new String[] {testNameFromParams}; in TestMonkey()
1015 String testNameFromParams = getProperty("rules"); in TestMonkey() local1017 if (testNameFromParams != null) { in TestMonkey()1018 tests = new String[] {testNameFromParams}; in TestMonkey()
912 CharString testNameFromParams; in testMonkey() local913 if (getStringParam("rules", params, testNameFromParams, status)) { in testMonkey()914 tests[0] = testNameFromParams.data(); in testMonkey()