Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cache

        private volatile java.util.regex.Pattern cache
    • Constructor Detail

      • MethodMatcher

        private MethodMatcher()
    • Method Detail

      • matchMethodName

        boolean matchMethodName​(java.lang.String methodName)
      • sanityCheck

        void sanityCheck()
      • fetchCache

        private void fetchCache()