Searched refs:formatGroups (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
H A DEmailableReporter2.java642 includedGroups = formatGroups(context.getIncludedGroups());
643 excludedGroups = formatGroups(context.getExcludedGroups());
769 protected String formatGroups(String[] groups) { method in class:EmailableReporter2.TestResult

Completed in 120 milliseconds