Lines Matching refs:this
9 $this->optionalSections = $opt;
18 $this->subject = $method;
22 $this->constructCommonHeaders();
24 $this->addBasicEcho();
26 $this->constructorArgInit();
27 $this->constructorCreateInstance();
29 $this->constructSubjectCalls();
31 $this->constructCommonClosing();
36 $this->testCase[] = "--TEST--";
37 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNa…
42 $lists = $this->subject->getValidArgumentLists();
45 $this->testCase[] = "var_dump( \$class->".$this->subject->getName()."( ".$list." ) );";
46 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
48 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );