|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.multijava.util.testing.TestCase
org.multijava.util.testing.TestFilesTestSuite.Helper
org.multijava.util.testing.TestFilesCompileOnlyTestSuite.Helper
This is a helper class that is actually a TestCase; it is run repeatedly with different constructor arguments.
| Field Summary |
| Fields inherited from class org.multijava.util.testing.TestFilesTestSuite.Helper |
args, fileToTest |
| Fields inherited from class org.multijava.util.testing.TestCase |
NEWLINE |
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
TestFilesCompileOnlyTestSuite.Helper(String filename,
String[] args)
|
|
| Method Summary | |
protected void |
dotest(ByteArrayOutputStream ba)
This is the actual test; it compiles the given file and compares its output to the expected result (in fileToTest+ORACLE_SUFFIX); the output is expected to match and the result of the compile to be true or false, depending on whether errors or warnings were reported. |
| Methods inherited from class org.multijava.util.testing.TestFilesTestSuite.Helper |
expectedStatusReport, runTest |
| Methods inherited from class org.multijava.util.testing.TestCase |
assertDiff, assertEquals |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TestFilesCompileOnlyTestSuite.Helper(String filename,
String[] args)
| Method Detail |
protected void dotest(ByteArrayOutputStream ba)
throws IllegalAccessException,
IllegalArgumentException,
IOException,
InvocationTargetException
TestFilesTestSuite.Helper
dotest in class TestFilesTestSuite.HelperIllegalAccessException
IllegalArgumentException
IOException
InvocationTargetException
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||