Uses of Class
org.faktorips.runtime.test.IpsTest2
-
Packages that use IpsTest2 Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.test -
-
Uses of IpsTest2 in org.faktorips.runtime
Methods in org.faktorips.runtime that return IpsTest2 Modifier and Type Method Description IpsTest2IRuntimeRepository. getIpsTest(java.lang.String qName)Returns the test (either test case or suite) for the given qualified name.IpsTest2IRuntimeRepository. getIpsTest(java.lang.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 IpsTest2 Modifier and Type Method Description java.util.List<IpsTest2>IRuntimeRepository. getAllIpsTestCases(IRuntimeRepository runtimeRepository)Returns a list of all test cases stored in the repository and all repositories this one references.java.util.List<IpsTest2>IRuntimeRepository. getIpsTestCasesStartingWith(java.lang.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 IpsTest2 Modifier and Type Method Description protected voidInMemoryRuntimeRepository. getAllIpsTestCases(java.util.List<IpsTest2> result, IRuntimeRepository runtimeRepository)protected voidInMemoryRuntimeRepository. getIpsTestCasesStartingWith(java.lang.String qNamePrefix, java.util.List<IpsTest2> result, IRuntimeRepository runtimeRepository) -
Uses of IpsTest2 in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IpsTest2 Modifier and Type Method Description IpsTest2AbstractRuntimeRepository. getIpsTest(java.lang.String qName)IpsTest2AbstractRuntimeRepository. getIpsTest(java.lang.String qName, IRuntimeRepository runtimeRepository)Methods in org.faktorips.runtime.internal that return types with arguments of type IpsTest2 Modifier and Type Method Description java.util.List<IpsTest2>AbstractRuntimeRepository. getAllIpsTestCases(IRuntimeRepository runtimeRepository)java.util.List<IpsTest2>AbstractRuntimeRepository. getIpsTestCasesStartingWith(java.lang.String qNamePrefix, IRuntimeRepository runtimeRepository)Method parameters in org.faktorips.runtime.internal with type arguments of type IpsTest2 Modifier and Type Method Description protected abstract voidAbstractRuntimeRepository. getAllIpsTestCases(java.util.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(java.util.List<IpsTest2> result, IRuntimeRepository runtimeRepository)protected abstract voidAbstractRuntimeRepository. getIpsTestCasesStartingWith(java.lang.String qNamePrefix, java.util.List<IpsTest2> result, IRuntimeRepository runtimeRepository)Gets all ips test cases starting with the given qualified name prefix.protected voidAbstractTocBasedRuntimeRepository. getIpsTestCasesStartingWith(java.lang.String qNamePrefix, java.util.List<IpsTest2> result, IRuntimeRepository runtimeRepository) -
Uses of IpsTest2 in org.faktorips.runtime.test
Subclasses of IpsTest2 in org.faktorips.runtime.test Modifier and Type Class Description classIpsFormulaTestCaseClass to execute and test formulas on product cmpts.classIpsTestCase2An ips test case defines the fixture to run a test.classIpsTestCaseBaseclassIpsTestSuiteA test suite is a container for tests.Methods in org.faktorips.runtime.test that return IpsTest2 Modifier and Type Method Description IpsTest2IpsTestSuite. getTest(java.lang.String name)Returns the test with the given name.Methods in org.faktorips.runtime.test that return types with arguments of type IpsTest2 Modifier and Type Method Description java.util.List<IpsTest2>AbstractIpsTestRunner. getTests()Returns all tests.java.util.List<IpsTest2>IpsTestSuite. getTests()Returns all tests in the suite.Methods in org.faktorips.runtime.test with parameters of type IpsTest2 Modifier and Type Method Description voidIpsTestSuite. addTest(IpsTest2 test)Adds the test to the suite.static junit.framework.TestIpsTestSuiteJUnitAdapter. createJUnitTest(IpsTest2 ipsTest)Creates an adapter test for the given ips test.voidIpsTestSuite. removeTest(IpsTest2 test)Removes the test from the suite.voidIpsTestResult. run(IpsTest2 test)voidCmdLineIpsTestRunner. testFinished(IpsTest2 test)voidIpsTestCaseJUnitAdapter. testFinished(IpsTest2 arg0)voidIpsTestListener. testFinished(IpsTest2 test)voidSocketIpsTestRunner. testFinished(IpsTest2 test)voidCmdLineIpsTestRunner. testStarted(IpsTest2 test)voidIpsTestCaseJUnitAdapter. testStarted(IpsTest2 test)voidIpsTestListener. testStarted(IpsTest2 test)voidSocketIpsTestRunner. testStarted(IpsTest2 test)
-