| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.test |
| Modifier and Type | Method and Description |
|---|---|
IpsTestCaseBase |
IRuntimeRepository.getIpsTestCase(String qName)
Returns the test case for the given qualified name.
|
IpsTestCaseBase |
IRuntimeRepository.getIpsTestCase(String qName,
IRuntimeRepository runtimeRepository)
Returns the test case for the given qualified name.
|
protected IpsTestCaseBase |
InMemoryRuntimeRepository.getIpsTestCaseInternal(String qName,
IRuntimeRepository runtimeRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryRuntimeRepository.putIpsTestCase(IpsTestCaseBase test)
Puts the test case into the repository.
|
| Modifier and Type | Method and Description |
|---|---|
protected IpsTestCaseBase |
AbstractClassLoadingRuntimeRepository.createTestCase(TestCaseTocEntry tocEntry,
IRuntimeRepository runtimeRepository) |
protected abstract IpsTestCaseBase |
AbstractTocBasedRuntimeRepository.createTestCase(TestCaseTocEntry tocEntry,
IRuntimeRepository runtimeRepository)
Creates the test case object for the given toc entry.
|
IpsTestCaseBase |
AbstractRuntimeRepository.getIpsTestCase(String qName) |
IpsTestCaseBase |
AbstractRuntimeRepository.getIpsTestCase(String qName,
IRuntimeRepository runtimeRepository) |
protected abstract IpsTestCaseBase |
AbstractRuntimeRepository.getIpsTestCaseInternal(String qName,
IRuntimeRepository runtimeRepository)
Same as
AbstractRuntimeRepository.getIpsTestCase(String, IRuntimeRepository) but searches only in this
repository and not the ones, this repository depends on. |
protected IpsTestCaseBase |
AbstractTocBasedRuntimeRepository.getIpsTestCaseInternal(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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IpsFormulaTestCase
Class to execute and test formulas on product cmpts.
|
class |
IpsTestCase2
An ips test case defines the fixture to run a test.
|
| Modifier and Type | Method and Description |
|---|---|
IpsTestCaseBase |
IpsTestFailure.getTestCase()
Returns the test case that has failed.
|
| Constructor and Description |
|---|
IpsTestCaseJUnitAdapter(IpsTestCaseBase ipsTestCase) |
IpsTestFailure(IpsTestCaseBase test)
Creates a new test failure that was caused because an assertion has failed.
|
IpsTestFailure(IpsTestCaseBase test,
Object expectedValue,
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,
Object expectedValue,
Object actualValue,
String testObject,
String testedAttribute,
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,
Throwable t)
Creates a new test error.
|
Copyright © 2018. All rights reserved.