Class ForkSetupMessage

  • All Implemented Interfaces:
    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​(List<? extends TestResourceProvider> someResourceProviders,
                                SetList aSetList,
                                Map<String,​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

      • getSetList

        public SetList getSetList()
      • getNumberOfSuiteInvocations

        public int getNumberOfSuiteInvocations()