public class TestSuite
extends junit.framework.TestSuite
| Constructor and Description |
|---|
TestSuite() |
| Modifier and Type | Method and Description |
|---|---|
protected List<junit.framework.Test> |
getTests() |
void |
run(junit.framework.TestResult result)
Runs the tests and collects their result in a TestResult.
|
protected void |
setUp() |
protected void |
tearDown() |
public void run(junit.framework.TestResult result)
run in interface junit.framework.Testrun in class junit.framework.TestSuiteprotected List<junit.framework.Test> getTests()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.