Class TestCreatorService


  • public class TestCreatorService
    extends java.lang.Object
    • Constructor Detail

      • TestCreatorService

        public TestCreatorService()
    • 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 in getAdditionRequests().
      • connect

        public org.reactfx.Subscription connect​(TestCreatorService global)
        Assumes that this one is the local one.