| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.test |
| Modifier and Type | Method and Description |
|---|---|
IpsTest2 |
IRuntimeRepository.getIpsTest(String qName)
Returns the test (either test case or suite) for the given qualified name.
|
IpsTest2 |
IRuntimeRepository.getIpsTest(String qName,
IRuntimeRepository runtimeRepository)
Returns the test (either test case or suite) for the given qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpsTest2> |
IRuntimeRepository.getAllIpsTestCases(IRuntimeRepository runtimeRepository)
Returns a list of all test cases stored in the repository and all repositories this one
references.
|
List<IpsTest2> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result,
IRuntimeRepository runtimeRepository) |
protected void |
InMemoryRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix,
List<IpsTest2> result,
IRuntimeRepository runtimeRepository) |
| Modifier and Type | Method and Description |
|---|---|
IpsTest2 |
AbstractRuntimeRepository.getIpsTest(String qName) |
IpsTest2 |
AbstractRuntimeRepository.getIpsTest(String qName,
IRuntimeRepository runtimeRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<IpsTest2> |
AbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository runtimeRepository) |
List<IpsTest2> |
AbstractRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix,
IRuntimeRepository runtimeRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTocBasedRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result,
IRuntimeRepository runtimeRepository) |
protected abstract void |
AbstractRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result,
IRuntimeRepository runtimeRepository)
Same as
AbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository) but searches only in this repository
and not the ones, this repository depends on. |
protected void |
AbstractTocBasedRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix,
List<IpsTest2> result,
IRuntimeRepository runtimeRepository) |
protected abstract void |
AbstractRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix,
List<IpsTest2> result,
IRuntimeRepository runtimeRepository)
Gets all ips test cases starting with the given qualified name prefix.
|
| 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.
|
class |
IpsTestCaseBase |
class |
IpsTestSuite
A test suite is a container for tests.
|
| Modifier and Type | Method and Description |
|---|---|
IpsTest2 |
IpsTestSuite.getTest(String name)
Returns the test with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpsTest2> |
IpsTestSuite.getTests()
Returns all tests in the suite.
|
List<IpsTest2> |
AbstractIpsTestRunner.getTests()
Returns all tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpsTestSuite.addTest(IpsTest2 test)
Adds the test to the suite.
|
static junit.framework.Test |
IpsTestSuiteJUnitAdapter.createJUnitTest(IpsTest2 ipsTest)
Creates an adapter test for the given ips test.
|
void |
IpsTestSuite.removeTest(IpsTest2 test)
Removes the test from the suite.
|
void |
IpsTestResult.run(IpsTest2 test) |
void |
CmdLineIpsTestRunner.testFinished(IpsTest2 test) |
void |
IpsTestCaseJUnitAdapter.testFinished(IpsTest2 arg0) |
void |
SocketIpsTestRunner.testFinished(IpsTest2 test) |
void |
IpsTestListener.testFinished(IpsTest2 test) |
void |
CmdLineIpsTestRunner.testStarted(IpsTest2 test) |
void |
IpsTestCaseJUnitAdapter.testStarted(IpsTest2 test) |
void |
SocketIpsTestRunner.testStarted(IpsTest2 test) |
void |
IpsTestListener.testStarted(IpsTest2 test) |
Copyright © 2019. All rights reserved.