Class ResolvedTest.MethodMatcher
- java.lang.Object
-
- org.apache.maven.surefire.testset.ResolvedTest.MethodMatcher
-
- Enclosing class:
- ResolvedTest
private final class ResolvedTest.MethodMatcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.regex.Pattern
cache
-
Constructor Summary
Constructors Modifier Constructor Description private
MethodMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
fetchCache()
(package private) boolean
matchMethodName(java.lang.String methodName)
(package private) void
sanityCheck()
-