Package org.faktorips.runtime.test
Class IpsTestCaseJUnit5Adapter
- java.lang.Object
-
- org.faktorips.runtime.test.IpsTestCaseJUnit5Adapter
-
- All Implemented Interfaces:
IpsTestListener
public class IpsTestCaseJUnit5Adapter extends java.lang.Object implements IpsTestListener
Adapter between JUnit 5 test cases and Faktor-IPS test cases.
-
-
Constructor Summary
Constructors Constructor Description IpsTestCaseJUnit5Adapter(IpsTestCaseBase ipsTestCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunTest()Runs the ips test case.voidtestFailureOccured(IpsTestFailure f)voidtestFinished(IpsTest2 arg0)voidtestStarted(IpsTest2 test)
-
-
-
Constructor Detail
-
IpsTestCaseJUnit5Adapter
public IpsTestCaseJUnit5Adapter(IpsTestCaseBase ipsTestCase)
-
-
Method Detail
-
runTest
public void runTest()
Runs the ips test case.
-
testStarted
public void testStarted(IpsTest2 test)
- Specified by:
testStartedin interfaceIpsTestListener
-
testFinished
public void testFinished(IpsTest2 arg0)
- Specified by:
testFinishedin interfaceIpsTestListener
-
testFailureOccured
public void testFailureOccured(IpsTestFailure f)
- Specified by:
testFailureOccuredin interfaceIpsTestListener
-
-