Uses of Interface
org.faktorips.runtime.test.IpsTestListener
Packages that use IpsTestListener
-
Uses of IpsTestListener in org.faktorips.runtime.test
Classes in org.faktorips.runtime.test that implement IpsTestListenerModifier and TypeClassDescriptionclassAbstract class for all ips test runner implementation.classCommand line test runner.classAdapter between JUnit 5 test cases and Faktor-IPS test cases.classAdapter between JUnit 3/4 test cases and Faktor-IPS test cases.classSocket test runner.Methods in org.faktorips.runtime.test with parameters of type IpsTestListenerModifier and TypeMethodDescriptionvoidIpsTestResult.addListener(IpsTestListener listener) voidIpsTestResult.remove(IpsTestListener listener) static voidIpsTestCaseJUnitAdapterUtil.runTestCase(IpsTestCaseBase ipsTestCase, IpsTestListener listener) Runs the ips test case.