Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.testing.LiveTestCase
-
Packages that use LiveTestCase Package Description net.sourceforge.pmd.util.fxdesigner PMD's rule designer.net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app.net.sourceforge.pmd.util.fxdesigner.model.testing net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of LiveTestCase in net.sourceforge.pmd.util.fxdesigner
Fields in net.sourceforge.pmd.util.fxdesigner with type parameters of type LiveTestCase Modifier and Type Field Description javafx.scene.control.ListView<LiveTestCase>TestCollectionController. testsListViewMethods in net.sourceforge.pmd.util.fxdesigner that return types with arguments of type LiveTestCase Modifier and Type Method Description org.reactfx.value.Val<LiveTestCase>TestCollectionController. selectedTestCase()org.reactfx.value.Val<LiveTestCase>XPathRuleEditorController. selectedTestCaseProperty()Methods in net.sourceforge.pmd.util.fxdesigner with parameters of type LiveTestCase Modifier and Type Method Description voidTestCollectionController. deleteTestCase(LiveTestCase tc)voidTestCollectionController. duplicate(LiveTestCase testCase) -
Uses of LiveTestCase in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type LiveTestCase Modifier and Type Field Description static AppServiceDescriptor<MessageChannel<@Nullable LiveTestCase>>DesignerRoot. TEST_LOADERRequests to load a test case in the editor. -
Uses of LiveTestCase in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return types with arguments of type LiveTestCase Modifier and Type Method Description MessageChannel<@NonNull LiveTestCase>TestCreatorService. getAdditionRequests()Messages going from the source controller to the open test controller, asking to load some new test case.Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type LiveTestCase Modifier and Type Method Description voidTestLoadHandler. handleTestOpenRequest(@NonNull LiveTestCase liveTestCase)Handle a load request in an editor for a single test case. -
Uses of LiveTestCase in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return LiveTestCase Modifier and Type Method Description LiveTestCaseLiveTestCase. deepCopy()@Nullable LiveTestCaseTestCollection. export(int i)Opens a test case for write access.@Nullable LiveTestCaseTestCollection. getOpenTest()LiveTestCaseLiveTestCase. unfreeze()Marks this descriptor as open for write.Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return types with arguments of type LiveTestCase Modifier and Type Method Description org.reactfx.collection.LiveList<LiveTestCase>TestCollection. getStash()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type LiveTestCase Modifier and Type Method Description voidTestCollection. addTestCase(LiveTestCase testCase)Mark the given [testCase] as the only unfrozen one and appends it to theTestCollection.stash.static TestResultTestCaseUtil. doTest(LiveTestCase testCase, java.util.List<net.sourceforge.pmd.lang.ast.Node> actual)Method parameters in net.sourceforge.pmd.util.fxdesigner.model.testing with type arguments of type LiveTestCase Modifier and Type Method Description voidLiveTestCase. addCommitHandler(@NonNull java.util.function.Consumer<LiveTestCase> liveTestCaseConsumer)Constructor parameters in net.sourceforge.pmd.util.fxdesigner.model.testing with type arguments of type LiveTestCase Constructor Description TestCollection(@Nullable ObservableRuleBuilder owner, java.util.List<LiveTestCase> tests) -
Uses of LiveTestCase in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls with parameters of type LiveTestCase Modifier and Type Method Description voidPropertyMapView. bind(LiveTestCase testCase)protected org.reactfx.value.Var<java.lang.String>TestCaseListCell. extractEditable(LiveTestCase testCase)protected javafx.util.Pair<javafx.scene.Node,org.reactfx.Subscription>TestCaseListCell. getNonEditingGraphic(LiveTestCase testCase)static org.controlsfx.control.PopOverPropertyMapView. makePopOver(LiveTestCase testCase, DesignerRoot designerRoot)Makes the property popover for a rule.static org.controlsfx.control.PopOverViolationCollectionView. makePopOver(LiveTestCase rule, DesignerRoot designerRoot)Makes the violation popover for a test casejava.util.function.IntFunction<javafx.scene.Node>NodeEditionCodeArea. testCaseLineNumberFactory(LiveTestCase liveTestCase)
-