Class ScenarioSimulationServicesClientImpl

    • Method Detail

      • executeScenario

        public org.kie.server.api.model.ServiceResponse<org.kie.server.api.model.scenariosimulation.ScenarioSimulationResult> executeScenario​(String containerId,
                                                                                                                                              String content)
        Description copied from interface: ScenarioSimulationServicesClient
        Execute given test scenario against specified containerId
        Specified by:
        executeScenario in interface ScenarioSimulationServicesClient
        Parameters:
        containerId - id of container to be used to execute the scenario
        content - of Test Scenario file (scesim) to be executed. This string should contain the XML of the scesim file
        Returns:
        result of Test Scenario execution (jUnit like)