Class TestClass


  • @Deprecated
    public class TestClass
    extends java.lang.Object
    Deprecated.
    Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestClass​(java.lang.Class<?> klass)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.reflect.Method> getAnnotatedMethods​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
      Deprecated.
       
      java.lang.reflect.Constructor<?> getConstructor()
      Deprecated.
       
      java.lang.Class<?> getJavaClass()
      Deprecated.
       
      java.lang.String getName()
      Deprecated.
       
      java.util.List<java.lang.reflect.Method> getTestMethods()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • TestClass

        public TestClass​(java.lang.Class<?> klass)
        Deprecated.
    • Method Detail

      • getTestMethods

        public java.util.List<java.lang.reflect.Method> getTestMethods()
        Deprecated.
      • getAnnotatedMethods

        public java.util.List<java.lang.reflect.Method> getAnnotatedMethods​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
        Deprecated.
      • getConstructor

        public java.lang.reflect.Constructor<?> getConstructor()
                                                        throws java.lang.SecurityException,
                                                               java.lang.NoSuchMethodException
        Deprecated.
        Throws:
        java.lang.SecurityException
        java.lang.NoSuchMethodException
      • getJavaClass

        public java.lang.Class<?> getJavaClass()
        Deprecated.
      • getName

        public java.lang.String getName()
        Deprecated.