public class PowerMockJUnit4MethodValidator
extends org.junit.internal.runners.MethodValidator
MethodValidator that makes sure that test methods not
annotated by the Test annotation works in JUnit 4.4 with the custom
JUnit-runner when the test class is extending TestCase. This is
actually a workaround for JUnit 4.4 when the test case extends from the
TestCase class.| Constructor and Description |
|---|
PowerMockJUnit4MethodValidator(org.junit.internal.runners.TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateInstanceMethods() |
Copyright © 2007–2016. All rights reserved.