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(org.wildfly.clustering.marshalling.TesterFactory factory)
    • testCancelCommand

      @ParameterizedTest public void testCancelCommand(org.wildfly.clustering.marshalling.TesterFactory factory)
    • testScheduleWithMetaDataCommand

      @ParameterizedTest public void testScheduleWithMetaDataCommand(org.wildfly.clustering.marshalling.TesterFactory factory)
    • testScheduleWithExpirationMetaDataCommand

      @ParameterizedTest public void testScheduleWithExpirationMetaDataCommand(org.wildfly.clustering.marshalling.TesterFactory factory)