Lines Matching refs:this
29 $statements = $this->subject->getInitialisationStatements();
31 if($i != ( $this->argumentNumber -1) ) {
32 $this->testCase[] = $statements[$i];
35 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
39 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
40 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
44 $this->argInitVariation();
45 $this->addVariationCode();
46 $this->subjectCalls();
50 …$this->testCase[] = "echo \"*** Test substituting argument ".$this->argumentNumber." with ".$this-…
51 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );