public class PowerMockJUnit4LegacyTestIntrospector
extends org.junit.internal.runners.TestIntrospector
TestIntrospector that supports methods not annotated by the
Test annotation but should still be executed in the test case. This is
actually a workaround for the JUnit 4 test runner when the test case extends
from the TestCase class.| Constructor and Description |
|---|
PowerMockJUnit4LegacyTestIntrospector(java.lang.Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.Throwable> |
expectedException(java.lang.reflect.Method method) |
long |
getTimeout(java.lang.reflect.Method method) |