public class FunctionalTestClassTestSuite
extends junit.framework.TestSuite
TestSuite implementation intended
for use as an aggregate for a single test class specifically for the purpose
of maintaing a single SessionFactory for executings all
tests defined as part of the given functional test class.| Constructor and Description |
|---|
FunctionalTestClassTestSuite(Class testClass) |
FunctionalTestClassTestSuite(Class testClass,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(junit.framework.Test test) |
void |
run(junit.framework.TestResult testResult) |
void |
runTest(junit.framework.Test test,
junit.framework.TestResult testResult) |
protected void |
setUp() |
protected void |
tearDown() |
public FunctionalTestClassTestSuite(Class testClass)
public void addTest(junit.framework.Test test)
addTest in class junit.framework.TestSuitepublic void run(junit.framework.TestResult testResult)
run in interface junit.framework.Testrun in class junit.framework.TestSuitepublic void runTest(junit.framework.Test test,
junit.framework.TestResult testResult)
runTest in class junit.framework.TestSuiteprotected void setUp()
protected void tearDown()
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved