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

    • testScheduleCommand

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

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

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