Package org.faktorips.runtime.test
Class IpsTestCaseJUnit5Adapter
java.lang.Object
org.faktorips.runtime.test.IpsTestCaseJUnit5Adapter
- All Implemented Interfaces:
IpsTestListener
Adapter between JUnit 5 test cases and Faktor-IPS test cases.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunTest()Runs the ips test case.voidvoidtestFinished(IpsTest2 arg0) voidtestStarted(IpsTest2 test)
-
Constructor Details
-
IpsTestCaseJUnit5Adapter
-
-
Method Details
-
runTest
public void runTest()Runs the ips test case. -
testStarted
- Specified by:
testStartedin interfaceIpsTestListener
-
testFinished
- Specified by:
testFinishedin interfaceIpsTestListener
-
testFailureOccured
- Specified by:
testFailureOccuredin interfaceIpsTestListener
-