createInvoker() 공개 메소드

Used to invoke the single tests.
public createInvoker ( ) : SimpleInvoker
리턴 SimpleInvoker Individual test runner.
예제 #1
0
 /**
  *    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());
 }