| java.lang.Object nice.tools.testsuite.TestSuite
TestSuite | public class TestSuite (Code) | | A testsuite file with its testcases.
author: Alex Greif alex.greif@web.de version: $Id: TestSuite.java,v 1.18 2007/11/25 20:03:14 bonniot Exp $ |
Constructor Summary | |
public | TestSuite(File testSuiteFile) Constructor. |
consumeComment | boolean consumeComment(String line)(Code) | | Decides whether the line is a comment or not, and if it is one
then the comment is printed if desired.
|
getFile | public File getFile()(Code) | | Returns the testsuite file.
|
hasGlobalSource | boolean hasGlobalSource()(Code) | | Returns whether we have a global source file.
|
|
|