Class CommandMarshallerTestCase
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.CommandMarshallerTestCase
Unit test for marshalling scheduler commands.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestCancelCommand(org.wildfly.clustering.marshalling.TesterFactory factory) voidtestScheduleCommand(org.wildfly.clustering.marshalling.TesterFactory factory) voidtestScheduleWithExpirationMetaDataCommand(org.wildfly.clustering.marshalling.TesterFactory factory)
-
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)
-