|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseTocEntry | |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.toc | |
| org.faktorips.runtime.productdataprovider | |
| Uses of TestCaseTocEntry in org.faktorips.runtime |
|---|
| Methods in org.faktorips.runtime with parameters of type TestCaseTocEntry | |
|---|---|
protected Element |
ClassloaderRuntimeRepository.getDocumentElement(TestCaseTocEntry tocEntry)
|
| Uses of TestCaseTocEntry in org.faktorips.runtime.internal |
|---|
| Methods in org.faktorips.runtime.internal with parameters of type TestCaseTocEntry | |
|---|---|
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. |
protected abstract Element |
AbstractClassLoadingRuntimeRepository.getDocumentElement(TestCaseTocEntry tocEntry)
This method returns the xml element of the test case identified by the tocEntry |
| Uses of TestCaseTocEntry in org.faktorips.runtime.internal.toc |
|---|
| Subclasses of TestCaseTocEntry in org.faktorips.runtime.internal.toc | |
|---|---|
class |
FormulaTestTocEntry
A special kind of TestCaseTocEntry for formula test entries |
| Methods in org.faktorips.runtime.internal.toc that return TestCaseTocEntry | |
|---|---|
TestCaseTocEntry |
IReadonlyTableOfContents.getTestCaseTocEntryByQName(String qName)
Returns a toc entry representing a test case for the given qualified name. |
TestCaseTocEntry |
ReadonlyTableOfContents.getTestCaseTocEntryByQName(String qName)
|
abstract TestCaseTocEntry |
AbstractReadonlyTableOfContents.getTestCaseTocEntryByQName(String qName)
Returns a toc entry representing a test case for the given qualified name. |
| Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TestCaseTocEntry | |
|---|---|
List<TestCaseTocEntry> |
IReadonlyTableOfContents.getTestCaseTocEntries()
Returns all toc's entries representing test cases. |
List<TestCaseTocEntry> |
ReadonlyTableOfContents.getTestCaseTocEntries()
|
abstract List<TestCaseTocEntry> |
AbstractReadonlyTableOfContents.getTestCaseTocEntries()
Returns all toc's entries representing test cases. |
| Uses of TestCaseTocEntry in org.faktorips.runtime.productdataprovider |
|---|
| Methods in org.faktorips.runtime.productdataprovider with parameters of type TestCaseTocEntry | |
|---|---|
protected Element |
DetachedContentRuntimeRepository.getDocumentElement(TestCaseTocEntry tocEntry)
|
Element |
IProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry)
Getting the test case data element for given tocEntry. |
Element |
ClassLoaderProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||