Uses of Class
org.faktorips.runtime.test.IpsTestCaseBase
-
Packages that use IpsTestCaseBase Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.test -
-
Uses of IpsTestCaseBase in org.faktorips.runtime
Methods in org.faktorips.runtime that return IpsTestCaseBase Modifier and Type Method Description IpsTestCaseBaseIRuntimeRepository. getIpsTestCase(java.lang.String qName)Returns the test case for the given qualified name.IpsTestCaseBaseIRuntimeRepository. getIpsTestCase(java.lang.String qName, IRuntimeRepository runtimeRepository)Returns the test case for the given qualified name.protected IpsTestCaseBaseInMemoryRuntimeRepository. getIpsTestCaseInternal(java.lang.String qName, IRuntimeRepository runtimeRepository)Methods in org.faktorips.runtime with parameters of type IpsTestCaseBase Modifier and Type Method Description voidInMemoryRuntimeRepository. putIpsTestCase(IpsTestCaseBase test)Puts the test case into the repository. -
Uses of IpsTestCaseBase in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IpsTestCaseBase Modifier and Type Method Description protected IpsTestCaseBaseAbstractClassLoadingRuntimeRepository. createTestCase(TestCaseTocEntry tocEntry, IRuntimeRepository runtimeRepository)protected abstract IpsTestCaseBaseAbstractTocBasedRuntimeRepository. createTestCase(TestCaseTocEntry tocEntry, IRuntimeRepository runtimeRepository)Creates the test case object for the given toc entry.IpsTestCaseBaseAbstractRuntimeRepository. getIpsTestCase(java.lang.String qName)IpsTestCaseBaseAbstractRuntimeRepository. getIpsTestCase(java.lang.String qName, IRuntimeRepository runtimeRepository)protected abstract IpsTestCaseBaseAbstractRuntimeRepository. getIpsTestCaseInternal(java.lang.String qName, IRuntimeRepository runtimeRepository)Same asAbstractRuntimeRepository.getIpsTestCase(String, IRuntimeRepository)but searches only in this repository and not the ones this repository depends on.protected IpsTestCaseBaseAbstractTocBasedRuntimeRepository. getIpsTestCaseInternal(java.lang.String qName, IRuntimeRepository runtimeRepository)IpsTestCases are created new every time and should not be cached because the test data could change for every test creation. -
Uses of IpsTestCaseBase in org.faktorips.runtime.test
Subclasses of IpsTestCaseBase 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.Methods in org.faktorips.runtime.test that return IpsTestCaseBase Modifier and Type Method Description IpsTestCaseBaseIpsTestFailure. getTestCase()Returns the test case that has failed.Constructors in org.faktorips.runtime.test with parameters of type IpsTestCaseBase Constructor Description IpsTestCaseJUnitAdapter(IpsTestCaseBase ipsTestCase)IpsTestFailure(IpsTestCaseBase test)Creates a new test failure that was caused because an assertion has failed.IpsTestFailure(IpsTestCaseBase test, java.lang.Object expectedValue, java.lang.Object actualValue)Creates a new test failure that was caused because the given actual value is not equal to the expected value.IpsTestFailure(IpsTestCaseBase test, java.lang.Object expectedValue, java.lang.Object actualValue, java.lang.String testObject, java.lang.String testedAttribute, java.lang.String message)Creates a new test failure that was caused because the given actual value is not equal to the expected value.IpsTestFailure(IpsTestCaseBase test, java.lang.Throwable t)Creates a new test error.
-