BlockJUnit4ClassRunner
in place of JUnit4ClassRunner
.@Deprecated public class TestClass extends Object
Modifier and Type | Method and Description |
---|---|
List<Method> |
getAnnotatedMethods(Class<? extends Annotation> annotationClass)
Deprecated.
|
Constructor<?> |
getConstructor()
Deprecated.
|
Class<?> |
getJavaClass()
Deprecated.
|
String |
getName()
Deprecated.
|
List<Method> |
getTestMethods()
Deprecated.
|
public TestClass(Class<?> klass)
public List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass)
public Constructor<?> getConstructor() throws SecurityException, NoSuchMethodException
public Class<?> getJavaClass()
public String getName()
Copyright © 2002–2022 JUnit. All rights reserved.