Lines Matching refs:optionalSections

27 $optionalSections = new gtOptionalSections();
49 $optionalSections->setOptions($options);
78 $testCase = gtBasicTestCase::getInstance($optionalSections, 'method');
81 $testCase = gtBasicTestCase::getInstance($optionalSections);
91 $testCase = gtErrorTestCase::getInstance($optionalSections, 'method');
94 $testCase = gtErrorTestCase::getInstance($optionalSections);
106 $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method');
109 $testCaseContainer = gtVariationContainer::getInstance ($optionalSections);
1211 protected $optionalSections;
1214 $this->optionalSections = $osl;
1240 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
1257 $this->optionalSections = $opt;
1318 public static function getInstance($optionalSections, $type = 'function') {
1321 return new gtErrorTestCaseFunction($optionalSections);
1324 return new gtErrorTestCaseMethod($optionalSections);
1381 protected $optionalSections;
1416 if($this->optionalSections->hasSkipif()) {
1420 if($this->optionalSections->hasIni()) {
1435 if ($this->optionalSections->hasDone()) {
1439 if ($this->optionalSections->hasClean()) {
1509 if($this->optionalSections->hasSkipifKey()) {
1510 $key = $this->optionalSections->getSkipifKey();
1528 if($this->optionalSections->hasSkipifExt()) {
1529 $ext = $this->optionalSections->getSkipifExt();
1572 if ($this->optionalSections->hasDone() ){
1578 return $this->optionalSections;
1591 $this->optionalSections = $opt;
1651 $this->optionalSections = $opt;
1710 $this->optionalSections = $opt;
1769 protected $optionalSections;
1772 $this->optionalSections = $osl;
1795 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
1812 $this->optionalSections = $opt;
1878 public static function getInstance($optionalSections, $type = 'function') {
1880 return new gtBasicTestCaseFunction($optionalSections);
1883 return new gtBasicTestCaseMethod($optionalSections);
1924 public static function getInstance ($optionalSections, $type = 'function') {
1927 return new gtVariationContainerFunction($optionalSections);
1930 return new gtVariationContainerMethod($optionalSections);
1966 public static function getInstance($optionalSections, $type = 'function') {
1969 return new gtVariationTestCaseFunction($optionalSections);
1972 return new gtVariationTestCaseMethod($optionalSections);
2017 $this->optionalSections = $opt;