Puts a Suite into the Distributor.
Puts a Suite into the Distributor.
The Distributor can decide which, if any, of the passed ArgsSuite's apply method. For example, a Distributor
may pass itself wrapped in a Some in the Args it passes to the Suite's run
method instead of the args.distributor value.
the Suite to put into the Distributor.
a Args containing objects that may be passed to the Suite's
run method via a Args instance.
if either suite or tracker is null.
Puts a Suite into the Distributor.
Puts a Suite into the Distributor.
the Suite to put into the Distributor.
a Tracker to pass to the Suite's run method.
if either suite or tracker is null.