setWithTest() 공개 메소드

public setWithTest ( test $test )
$test test
예제 #1
0
 public function setWithTest(atoum\test $test)
 {
     $this->reset();
     $this->test = $test;
     $this->testedClassName = $test->getTestedClassName();
     $this->phpClass->setWith($this->testedClassName);
     return parent::setWithTest($test);
 }
예제 #2
0
파일: error.php 프로젝트: atoum/atoum
 public function setWithTest(test $test)
 {
     $this->setScore($test->getScore());
     return parent::setWithTest($test);
 }
예제 #3
0
파일: call.php 프로젝트: xihewang/atoum
 public function setWithTest(test $test)
 {
     $this->setManager($test->getAsserterCallManager());
     return parent::setWithTest($test);
 }