Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DSuiteHTMLReporter.java409 String configurationTestMethod = isTestConfiguration ? (bt ? BEFORE : AFTER) + methodName : SP; in generateMethodsChronologically() local
428 .append(td(configurationTestMethod)) in generateMethodsChronologically()