Home
last modified time | relevance | path

Searched refs:splitMethod (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/
DTestNG.java512 private String[] splitMethod(String m) { in splitMethod() method in TestNG
534 Class c = ClassHelper.forName(splitMethod(m)[0]); in createCommandLineSuitesForMethods()
554 String[] split = splitMethod(m); in createCommandLineSuitesForMethods()