Class ForkSetupMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForkSetupMessage
    extends AbstractMessage
    This message is sent to a fork before any test execution is started. It sets up the fork with all test scripts and the current set list state from the master.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • ForkSetupMessage

        public ForkSetupMessage​(java.util.List<? extends TestResourceProvider> someResourceProviders,
                                SetList aSetList,
                                java.util.Map<java.lang.String,​java.lang.Object> someInitialVariables,
                                int aNumberOfSuiteInvocations)
        Creates a new instance.
        Parameters:
        aSetList - the new setlist
      • ForkSetupMessage

        public ForkSetupMessage()
        The no-arg constructor, primarily used for serialization.
    • Method Detail

      • getResourceProviders

        public java.util.List<? extends TestResourceProvider> getResourceProviders()
      • getSetList

        public SetList getSetList()
      • getInitialVariables

        public java.util.Map<java.lang.String,​java.lang.Object> getInitialVariables()
      • getNumberOfSuiteInvocations

        public int getNumberOfSuiteInvocations()