public class PowerMockSuite
extends junit.framework.TestSuite
Constructor and Description |
---|
PowerMockSuite(Class<? extends junit.framework.TestCase>... testCases) |
PowerMockSuite(String name,
Class<? extends junit.framework.TestCase>... testCases) |
Modifier and Type | Method and Description |
---|---|
void |
addTest(junit.framework.Test test) |
void |
addTestSuite(Class testClass) |
int |
countTestCases() |
void |
run(junit.framework.TestResult result) |
void |
runTest(junit.framework.Test test,
junit.framework.TestResult result) |
junit.framework.Test |
testAt(int index) |
int |
testCount() |
Enumeration |
tests() |
public PowerMockSuite(String name, Class<? extends junit.framework.TestCase>... testCases) throws Exception
Exception
public void run(junit.framework.TestResult result)
run
in interface junit.framework.Test
run
in class junit.framework.TestSuite
public void addTest(junit.framework.Test test)
addTest
in class junit.framework.TestSuite
public void runTest(junit.framework.Test test, junit.framework.TestResult result)
runTest
in class junit.framework.TestSuite
public void addTestSuite(Class testClass)
addTestSuite
in class junit.framework.TestSuite
public junit.framework.Test testAt(int index)
testAt
in class junit.framework.TestSuite
public int testCount()
testCount
in class junit.framework.TestSuite
public Enumeration tests()
tests
in class junit.framework.TestSuite
public int countTestCases()
countTestCases
in interface junit.framework.Test
countTestCases
in class junit.framework.TestSuite
Copyright © 2007–2013. All rights reserved.