|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.TestSuite
org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
public class IpsTestSuiteJUnitAdapter
Ips test suite adapter. Adapter between JUnit test suites and ips test suites.
| Constructor Summary | |
|---|---|
IpsTestSuiteJUnitAdapter()
|
|
IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
|
|
IpsTestSuiteJUnitAdapter(String name)
|
|
| Method Summary | |
|---|---|
static junit.framework.Test |
createJUnitTest(IpsTest2 ipsTest)
Creates an adapter test for the given ips test. |
void |
testDummy()
Dummy test method to avoid a warning when running all JUnit tests in this project. |
| Methods inherited from class junit.framework.TestSuite |
|---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IpsTestSuiteJUnitAdapter()
public IpsTestSuiteJUnitAdapter(String name)
public IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
| Method Detail |
|---|
public void testDummy()
public static junit.framework.Test createJUnitTest(IpsTest2 ipsTest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||