Uses of Class
org.faktorips.runtime.internal.toc.TestCaseTocEntry
Packages that use TestCaseTocEntry
Package
Description
-
Uses of TestCaseTocEntry in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type TestCaseTocEntryModifier and TypeMethodDescriptionprotected ElementClassloaderRuntimeRepository.getDocumentElement(TestCaseTocEntry tocEntry) -
Uses of TestCaseTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type TestCaseTocEntryModifier and TypeMethodDescriptionprotected IpsTestCaseBaseAbstractClassLoadingRuntimeRepository.createTestCase(TestCaseTocEntry tocEntry, IRuntimeRepository runtimeRepository) protected abstract IpsTestCaseBaseAbstractTocBasedRuntimeRepository.createTestCase(TestCaseTocEntry tocEntry, IRuntimeRepository runtimeRepository) Creates the test case object for the given toc entry.protected abstract ElementAbstractClassLoadingRuntimeRepository.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.tocModifier and TypeClassDescriptionclassA special kind ofTestCaseTocEntryfor formula test entriesMethods in org.faktorips.runtime.internal.toc that return TestCaseTocEntryModifier and TypeMethodDescriptionabstract TestCaseTocEntryAbstractReadonlyTableOfContents.getTestCaseTocEntryByQName(String qName) Returns a toc entry representing a test case for the given qualified name.IReadonlyTableOfContents.getTestCaseTocEntryByQName(String qName) Returns a toc entry representing a test case for the given qualified name.ReadonlyTableOfContents.getTestCaseTocEntryByQName(String qName) Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TestCaseTocEntryModifier and TypeMethodDescriptionabstract List<TestCaseTocEntry>AbstractReadonlyTableOfContents.getTestCaseTocEntries()Returns all toc's entries representing test cases.IReadonlyTableOfContents.getTestCaseTocEntries()Returns all toc's entries representing test cases.ReadonlyTableOfContents.getTestCaseTocEntries() -
Uses of TestCaseTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type TestCaseTocEntryModifier and TypeMethodDescriptionprotected ElementDetachedContentRuntimeRepository.getDocumentElement(TestCaseTocEntry tocEntry) ClassLoaderProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry) IProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry) Getting the test case data element for given tocEntry.