Package org.faktorips.runtime.test
Class IpsTestSuiteJUnitAdapter
- java.lang.Object
-
- junit.framework.TestSuite
-
- org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
-
- All Implemented Interfaces:
junit.framework.Test
public class IpsTestSuiteJUnitAdapter extends junit.framework.TestSuiteIps test suite adapter. Adapter between JUnit test suites and ips test suites.- Author:
- Joerg Ortmann
-
-
Constructor Summary
Constructors Constructor Description IpsTestSuiteJUnitAdapter()IpsTestSuiteJUnitAdapter(java.lang.String name)IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static junit.framework.TestcreateJUnitTest(IpsTest2 ipsTest)Creates an adapter test for the given ips test.voidtestDummy()Dummy test method to avoid a warning when running all JUnit tests in this project.
-
-
-
Constructor Detail
-
IpsTestSuiteJUnitAdapter
public IpsTestSuiteJUnitAdapter()
-
IpsTestSuiteJUnitAdapter
public IpsTestSuiteJUnitAdapter(java.lang.String name)
-
IpsTestSuiteJUnitAdapter
public IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
-
-
Method Detail
-
testDummy
public void testDummy()
Dummy test method to avoid a warning when running all JUnit tests in this project. Without this method, Eclpise's JUnit support would create a warning that his suite hasn't got any tests.
-
createJUnitTest
public static junit.framework.Test createJUnitTest(IpsTest2 ipsTest)
Creates an adapter test for the given ips test.
-
-