Uses of Interface
org.faktorips.runtime.test.IpsTestListener
-
Packages that use IpsTestListener Package Description org.faktorips.runtime.test -
-
Uses of IpsTestListener in org.faktorips.runtime.test
Classes in org.faktorips.runtime.test that implement IpsTestListener Modifier and Type Class Description classAbstractIpsTestRunnerAbstract class for all ips test runner implementation.classCmdLineIpsTestRunnerCommand line test runner.classIpsTestCaseJUnit5AdapterAdapter between JUnit 5 test cases and Faktor-IPS test cases.classIpsTestCaseJUnitAdapterAdapter between JUnit 3/4 test cases and Faktor-IPS test cases.classSocketIpsTestRunnerSocket test runner.Methods in org.faktorips.runtime.test with parameters of type IpsTestListener Modifier and Type Method Description voidIpsTestResult. addListener(IpsTestListener listener)voidIpsTestResult. remove(IpsTestListener listener)static voidIpsTestCaseJUnitAdapterUtil. runTestCase(IpsTestCaseBase ipsTestCase, IpsTestListener listener)Runs the ips test case.
-