Uses of Class
org.faktorips.runtime.test.IpsTest2
Packages that use IpsTest2
-
Uses of IpsTest2 in org.faktorips.runtime
Methods in org.faktorips.runtime that return IpsTest2Modifier and TypeMethodDescriptionIRuntimeRepository.getIpsTest(String qName) Returns the test (either test case or suite) for the given qualified name.IRuntimeRepository.getIpsTest(String qName, IRuntimeRepository runtimeRepository) Returns the test (either test case or suite) for the given qualified name.Methods in org.faktorips.runtime that return types with arguments of type IpsTest2Modifier and TypeMethodDescriptionIRuntimeRepository.getAllIpsTestCases(IRuntimeRepository runtimeRepository) Returns a list of all test cases stored in the repository and all repositories this one references.IRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, IRuntimeRepository runtimeRepository) Returns a list of test cases starting with the given qualified name prefix stored in the repository and all repositories this one references.Method parameters in org.faktorips.runtime with type arguments of type IpsTest2Modifier and TypeMethodDescriptionprotected voidInMemoryRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result, IRuntimeRepository runtimeRepository) protected voidInMemoryRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, List<IpsTest2> result, IRuntimeRepository runtimeRepository) -
Uses of IpsTest2 in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IpsTest2Modifier and TypeMethodDescriptionAbstractRuntimeRepository.getIpsTest(String qName) AbstractRuntimeRepository.getIpsTest(String qName, IRuntimeRepository runtimeRepository) Methods in org.faktorips.runtime.internal that return types with arguments of type IpsTest2Modifier and TypeMethodDescriptionAbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository runtimeRepository) AbstractRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, IRuntimeRepository runtimeRepository) Method parameters in org.faktorips.runtime.internal with type arguments of type IpsTest2Modifier and TypeMethodDescriptionprotected abstract voidAbstractRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result, IRuntimeRepository runtimeRepository) Same asAbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository)but searches only in this repository and not the ones this repository depends on.protected voidAbstractTocBasedRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result, IRuntimeRepository runtimeRepository) protected abstract voidAbstractRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, List<IpsTest2> result, IRuntimeRepository runtimeRepository) Gets all ips test cases starting with the given qualified name prefix.protected voidAbstractTocBasedRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, List<IpsTest2> result, IRuntimeRepository runtimeRepository) -
Uses of IpsTest2 in org.faktorips.runtime.test
Subclasses of IpsTest2 in org.faktorips.runtime.testModifier and TypeClassDescriptionclassClass to execute and test formulas on product cmpts.classAn ips test case defines the fixture to run a test.classclassA test suite is a container for tests.Methods in org.faktorips.runtime.test that return IpsTest2Modifier and TypeMethodDescriptionReturns the test with the given name.Methods in org.faktorips.runtime.test that return types with arguments of type IpsTest2Modifier and TypeMethodDescriptionAbstractIpsTestRunner.getTests()Returns all tests.IpsTestSuite.getTests()Returns all tests in the suite.Methods in org.faktorips.runtime.test with parameters of type IpsTest2Modifier and TypeMethodDescriptionvoidAdds the test to the suite.static junit.framework.TestIpsTestSuiteJUnitAdapter.createJUnitTest(IpsTest2 ipsTest) Creates an adapter test for the given ips test.Stream<org.junit.jupiter.api.DynamicTest>IpsTestSuiteJUnit5Adapter.createTests(IpsTest2 test) voidIpsTestSuite.removeTest(IpsTest2 test) Removes the test from the suite.voidvoidCmdLineIpsTestRunner.testFinished(IpsTest2 test) voidIpsTestCaseJUnit5Adapter.testFinished(IpsTest2 arg0) voidIpsTestCaseJUnitAdapter.testFinished(IpsTest2 arg0) voidIpsTestListener.testFinished(IpsTest2 test) voidSocketIpsTestRunner.testFinished(IpsTest2 test) voidCmdLineIpsTestRunner.testStarted(IpsTest2 test) voidIpsTestCaseJUnit5Adapter.testStarted(IpsTest2 test) voidIpsTestCaseJUnitAdapter.testStarted(IpsTest2 test) voidIpsTestListener.testStarted(IpsTest2 test) voidSocketIpsTestRunner.testStarted(IpsTest2 test)