Class MethodHelper.MatchResults

  • Enclosing class:
    MethodHelper

    private static class MethodHelper.MatchResults
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MatchResults()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • matchedMethods

        private final java.util.List<ITestNGMethod> matchedMethods
      • foundAtLeastAMethod

        private boolean foundAtLeastAMethod
    • Constructor Detail

      • MatchResults

        private MatchResults()