org.mockito.internal.runners.util
Class TestMethodsFinder

java.lang.Object
  extended by org.mockito.internal.runners.util.TestMethodsFinder

public class TestMethodsFinder
extends java.lang.Object


Constructor Summary
TestMethodsFinder()
           
 
Method Summary
 boolean hasTestMethods(java.lang.Class<?> klass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodsFinder

public TestMethodsFinder()
Method Detail

hasTestMethods

public boolean hasTestMethods(java.lang.Class<?> klass)