Class CompoundTestRunnerCallback


  • public class CompoundTestRunnerCallback
    extends TestRunnerCallback
    This special TestRunnerCallback is intended to be used for combining multiple callbacks. It will simply distribute all calls to all contained callbacks.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • CompoundTestRunnerCallback

        public CompoundTestRunnerCallback​(TestRunnerCallback... someCallbacks)
        Creates a new instance.
        Parameters:
        someCallbacks - the callbacks to be wrapped