setArgumentNames(); $f->setArgumentLists(); $f->setInitialisationStatements(); $f->setConstructorArgumentNames(); $f->setConstructorInitStatements(); $optSect = new gtOptionalSections(); $btc = gtBasicTestCaseMethod::getInstance($optSect, 'method'); $btc->setMethod($f); $btc->constructTestCase(); $fs = $btc->toString(); $this->assertTrue(is_string($fs)); } } ?>