createInvoker() public méthode

Used to invoke the single tests.
public createInvoker ( ) : SimpleInvoker
Résultat SimpleInvoker Individual test runner.
 /**
  *    Sets the invoker to one that restarts the browser on
  *    each request.
  *    @return SimpleInvoker        Invoker for each method.
  *    @access public
  */
 function &createInvoker()
 {
     return new WebTestCaseInvoker(parent::createInvoker());
 }