org.hibernate.testing.junit.functional
Class FunctionalTestClassTestSuite
java.lang.Object
junit.framework.TestSuite
org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite
- All Implemented Interfaces:
- junit.framework.Test
public class FunctionalTestClassTestSuite
- extends junit.framework.TestSuite
A specialized 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.
- Author:
- Steve Ebersole
Method Summary |
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()
|
Methods inherited from class junit.framework.TestSuite |
addTestSuite, countTestCases, createTest, getName, getTestConstructor, setName, testAt, testCount, tests, toString |
FunctionalTestClassTestSuite
public FunctionalTestClassTestSuite(Class testClass,
String name)
FunctionalTestClassTestSuite
public FunctionalTestClassTestSuite(Class testClass)
addTest
public void addTest(junit.framework.Test test)
- Overrides:
addTest
in class junit.framework.TestSuite
run
public void run(junit.framework.TestResult testResult)
- Specified by:
run
in interface junit.framework.Test
- Overrides:
run
in class junit.framework.TestSuite
runTest
public void runTest(junit.framework.Test test,
junit.framework.TestResult testResult)
- Overrides:
runTest
in class junit.framework.TestSuite
setUp
protected void setUp()
tearDown
protected void tearDown()
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.