Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.testing.TestCollection
-
Packages that use TestCollection Package Description net.sourceforge.pmd.util.fxdesigner.model net.sourceforge.pmd.util.fxdesigner.model.testing net.sourceforge.pmd.util.fxdesigner.popups -
-
Uses of TestCollection in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model that return TestCollection Modifier and Type Method Description TestCollectionObservableRuleBuilder. getTestCollection() -
Uses of TestCollection in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return TestCollection Modifier and Type Method Description static TestCollectionTestXmlParser. parseXmlTests(java.lang.String xml, ObservableRuleBuilder owner)static TestCollectionTestXmlParser. parseXmlTests(java.nio.file.Path path, ObservableRuleBuilder owner)Methods in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type TestCollection Modifier and Type Method Description voidTestCollection. addAll(TestCollection testCases)static voidTestXmlDumper. dumpXmlTests(java.io.Writer outWriter, TestCollection collection)static voidTestXmlDumper. dumpXmlTests(java.nio.file.Path path, TestCollection collection)static java.lang.StringTestXmlDumper. dumpXmlTests(TestCollection collection)voidTestCollection. rebase(TestCollection testCases) -
Uses of TestCollection in net.sourceforge.pmd.util.fxdesigner.popups
Methods in net.sourceforge.pmd.util.fxdesigner.popups with parameters of type TestCollection Modifier and Type Method Description org.reactfx.SubscriptionTestExportWizardController. bindToTestCollection(TestCollection testCollection)
-