Class TestCreatorService
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.services.TestCreatorService
-
public class TestCreatorService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestCreatorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactfx.Subscriptionconnect(TestCreatorService global)Assumes that this one is the local one.MessageChannel<@NonNull LiveTestCase>getAdditionRequests()Messages going from the source controller to the open test controller, asking to load some new test case.MessageChannel<java.lang.Void>getSourceFetchRequests()Ticks emitted by the test controller, explicitly asking the source controller to send back the current source ingetAdditionRequests().
-
-
-
Method Detail
-
getAdditionRequests
public MessageChannel<@NonNull LiveTestCase> getAdditionRequests()
Messages going from the source controller to the open test controller, asking to load some new test case. The test case should be deep copied first *by the sender*.
-
getSourceFetchRequests
public MessageChannel<java.lang.Void> getSourceFetchRequests()
Ticks emitted by the test controller, explicitly asking the source controller to send back the current source ingetAdditionRequests().
-
connect
public org.reactfx.Subscription connect(TestCreatorService global)
Assumes that this one is the local one.
-
-