Package org.testng.internal
Class MethodHelper.MatchResults
- java.lang.Object
-
- org.testng.internal.MethodHelper.MatchResults
-
- Enclosing class:
- MethodHelper
private static class MethodHelper.MatchResults extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
foundAtLeastAMethod
private java.util.List<ITestNGMethod>
matchedMethods
-
Constructor Summary
Constructors Modifier Constructor Description private
MatchResults()
-
-
-
Field Detail
-
matchedMethods
private final java.util.List<ITestNGMethod> matchedMethods
-
foundAtLeastAMethod
private boolean foundAtLeastAMethod
-
-