|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ByteArrayOutputStream | |
| org.multijava.util.testing | Provides JUnit testing utilities for all of the parts of MultiJava and the Java Modeling Language. |
| Uses of ByteArrayOutputStream in org.multijava.util.testing |
| Methods in org.multijava.util.testing with parameters of type ByteArrayOutputStream | |
protected void |
TestFilesTestSuite.Helper.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. |
protected void |
TestFilesCompileOnlyTestSuite.Helper.dotest(ByteArrayOutputStream ba)
|
protected void |
TestFilesCompileAndRunTestSuite.Helper.dotest(ByteArrayOutputStream ba)
Executes this test case. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||