Class CommandMarshallerTestCase

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.CommandMarshallerTestCase

public class CommandMarshallerTestCase extends Object
Unit test for marshalling scheduler commands.
Author:
Paul Ferraro
  • Constructor Details

    • CommandMarshallerTestCase

      public CommandMarshallerTestCase()
  • Method Details

    • testScheduleWithLocalMetaDataCommand

      @ParameterizedTest public void testScheduleWithLocalMetaDataCommand(TesterFactory factory)
    • testCancelCommand

      @ParameterizedTest public void testCancelCommand(TesterFactory factory)
    • testScheduleWithMetaDataCommand

      @ParameterizedTest public void testScheduleWithMetaDataCommand(TesterFactory factory)
    • testScheduleWithExpirationMetaDataCommand

      @ParameterizedTest public void testScheduleWithExpirationMetaDataCommand(TesterFactory factory)