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