Package org.drools.quarkus.test
Class TestableResource
- java.lang.Object
-
- org.drools.quarkus.test.TestableResource
-
@Path("/test") public class TestableResource extends Object
-
-
Constructor Summary
Constructors Constructor Description TestableResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsetestAllPkgsKBase()javax.ws.rs.core.ResponsetestCepEvaluation()javax.ws.rs.core.ResponsetestFireUntiHalt()
-
-
-
Method Detail
-
testCepEvaluation
@GET @Path("testCepEvaluation") public javax.ws.rs.core.Response testCepEvaluation()
-
testFireUntiHalt
@GET @Path("testFireUntiHalt") public javax.ws.rs.core.Response testFireUntiHalt() throws InterruptedException- Throws:
InterruptedException
-
testAllPkgsKBase
@GET @Path("testAllPkgsKBase") public javax.ws.rs.core.Response testAllPkgsKBase()
-
-