Home
last modified time | relevance | path

Searched defs:excludedGroups (Results 1 – 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DOverrideProcessor.java20 public OverrideProcessor(String[] groups, String[] excludedGroups) { in OverrideProcessor()
DXmlMethodSelector.java69 Map<String, String> excludedGroups = m_excludedGroups; in includeMethodFromIncludeExclude() local
277 public void setExcludedGroups(Map<String, String> excludedGroups) { in setExcludedGroups() argument
297 private static boolean isExcluded(String[] groups, Collection<String> excludedGroups) { in isExcluded()
/external/testng/src/test/java/test/commandline/
DCommandLineOverridesXml.java31 private void runTest(String group, String excludedGroups, List<String> methods) { in runTest()
/external/testng/src/test/java/test/
DTest1.java94 public void excludedGroups() { in excludedGroups() method in Test1
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java39 public String excludedGroups; field in CommandLineArgs
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java29 public String excludedGroups; field in CommandLineArgs
DTestNG.java1749 String excludedGroups = args.excludedGroups; in validateCommandLineParameters() local
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter2.java613 private final String excludedGroups; field in EmailableReporter2.TestResult