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 booleanfoundAtLeastAMethodprivate java.util.List<ITestNGMethod>matchedMethods
-
Constructor Summary
Constructors Modifier Constructor Description privateMatchResults()
-
-
-
Field Detail
-
matchedMethods
private java.util.List<ITestNGMethod> matchedMethods
-
foundAtLeastAMethod
private boolean foundAtLeastAMethod
-
-