Uses of Class
org.faktorips.runtime.internal.toc.TestCaseTocEntry
-
Packages that use TestCaseTocEntry Package Description 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 Modifier and Type Method Description protected org.w3c.dom.ElementClassloaderRuntimeRepository. getDocumentElement(TestCaseTocEntry tocEntry) -
Uses of TestCaseTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type TestCaseTocEntry 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.protected abstract org.w3c.dom.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.toc Modifier and Type Class Description classFormulaTestTocEntryA special kind ofTestCaseTocEntryfor formula test entriesMethods in org.faktorips.runtime.internal.toc that return TestCaseTocEntry Modifier and Type Method Description abstract TestCaseTocEntryAbstractReadonlyTableOfContents. getTestCaseTocEntryByQName(java.lang.String qName)Returns a toc entry representing a test case for the given qualified name.TestCaseTocEntryIReadonlyTableOfContents. getTestCaseTocEntryByQName(java.lang.String qName)Returns a toc entry representing a test case for the given qualified name.TestCaseTocEntryReadonlyTableOfContents. getTestCaseTocEntryByQName(java.lang.String qName)Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TestCaseTocEntry Modifier and Type Method Description abstract java.util.List<TestCaseTocEntry>AbstractReadonlyTableOfContents. getTestCaseTocEntries()Returns all toc's entries representing test cases.java.util.List<TestCaseTocEntry>IReadonlyTableOfContents. getTestCaseTocEntries()Returns all toc's entries representing test cases.java.util.List<TestCaseTocEntry>ReadonlyTableOfContents. getTestCaseTocEntries() -
Uses of TestCaseTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type TestCaseTocEntry Modifier and Type Method Description protected org.w3c.dom.ElementDetachedContentRuntimeRepository. getDocumentElement(TestCaseTocEntry tocEntry)org.w3c.dom.ElementClassLoaderProductDataProvider. getTestcaseElement(TestCaseTocEntry tocEntry)org.w3c.dom.ElementIProductDataProvider. getTestcaseElement(TestCaseTocEntry tocEntry)Getting the test case data element for given tocEntry.
-