Class CheckCallCommand

  • All Implemented Interfaces:
    org.kie.api.executor.Command

    public class CheckCallCommand
    extends Object
    implements org.kie.api.executor.Command
    If this class is used by more than one test, then this class needs to be changed so that multiple tests do not cause deadlocks by using the same CyclicBarrier instance. At the moment, this test is only used by the
    • Constructor Detail

      • CheckCallCommand

        public CheckCallCommand()
    • Method Detail

      • execute

        public org.kie.api.executor.ExecutionResults execute​(org.kie.api.executor.CommandContext ctx)
                                                      throws Exception
        Specified by:
        execute in interface org.kie.api.executor.Command
        Throws:
        Exception