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(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Throwable> |
expectedException(Method method) |
long |
getTimeout(Method method) |
Copyright © 2007–2014. All rights reserved.