@Deprecated
public interface PowerMockJUnit3RunnerDelegate
| Modifier and Type | Method and Description |
|---|---|
int |
countTestCases()
Deprecated.
|
java.lang.Class<?> |
getTestClass()
Deprecated.
|
void |
run(junit.framework.TestResult result)
Deprecated.
|
void |
runTest(junit.framework.Test test,
junit.framework.TestResult result)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
junit.framework.Test |
testAt(int index)
Deprecated.
|
int |
testCount()
Deprecated.
|
java.util.Enumeration<?> |
tests()
Deprecated.
|
java.lang.Class<?> getTestClass()
int testCount()
int countTestCases()
void run(junit.framework.TestResult result)
void runTest(junit.framework.Test test,
junit.framework.TestResult result)
junit.framework.Test testAt(int index)
java.util.Enumeration<?> tests()
void setName(java.lang.String name)