OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excludedGroups
(Results
1 - 9
of
9
) sorted by null
/external/testng/src/main/java/org/testng/internal/
OverrideProcessor.java
20
public OverrideProcessor(String[] groups, String[]
excludedGroups
) {
22
m_excludedGroups =
excludedGroups
;
XmlMethodSelector.java
69
Map<String, String>
excludedGroups
= m_excludedGroups;
76
if (includedGroups.size() == 0 &&
excludedGroups
.size() == 0
87
else if (includedGroups.size() == 0 &&
excludedGroups
.size() == 0 && ! isTestMethod)
261
* @return Returns the
excludedGroups
.
275
* @param
excludedGroups
The
excludedGroups
to set.
277
public void setExcludedGroups(Map<String, String>
excludedGroups
) {
278
m_excludedGroups =
excludedGroups
;
297
private static boolean isExcluded(String[] groups, Collection<String>
excludedGroups
) {
298
return isMemberOf(groups,
excludedGroups
);
[
all
...]
/external/testng/src/test/java/test/commandline/
CommandLineOverridesXml.java
31
private void runTest(String group, String
excludedGroups
, List<String> methods) {
36
if (
excludedGroups
!= null) tng.setExcludedGroups(
excludedGroups
);
/external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs.java
37
@Parameter(names = "-
excludedgroups
", description ="Comma-separated list of group names to be " +
39
public String
excludedGroups
;
/external/testng/src/test/java/test/
Test1.java
94
public void
excludedGroups
() {
/external/testng/src/main/java/org/testng/
CommandLineArgs.java
29
public String
excludedGroups
;
TestNG.java
499
* If used together with threadCount, parallel, groups,
excludedGroups
than this one must be set first.
[
all
...]
/external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java
613
private final String
excludedGroups
;
643
excludedGroups
= formatGroups(context.getExcludedGroups());
763
return
excludedGroups
;
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 462 milliseconds