Package org.drools.quarkus.test
Class TestableResource
- java.lang.Object
-
- org.drools.quarkus.test.TestableResource
-
@Path("/test") public class TestableResource extends java.lang.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()javax.ws.rs.core.ResponsetestTms()
-
-
-
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 java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testAllPkgsKBase
@GET @Path("testAllPkgsKBase") public javax.ws.rs.core.Response testAllPkgsKBase()
-
testTms
@GET @Path("testTms") public javax.ws.rs.core.Response testTms()
-
-