Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.services.TestCreatorService
-
Packages that use TestCreatorService Package Description 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. -
-
Uses of TestCreatorService in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type TestCreatorService Modifier and Type Field Description static AppServiceDescriptor<TestCreatorService>DesignerRoot. TEST_CREATORRequests to create a test case for the currently open rule. -
Uses of TestCreatorService in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type TestCreatorService Modifier and Type Method Description org.reactfx.SubscriptionTestCreatorService. connect(TestCreatorService global)Assumes that this one is the local one.
-