|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FunctionalTestSuite.TestCase.CompilationResults | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of FunctionalTestSuite.TestCase.CompilationResults in org.multijava.mjc |
| Subclasses of FunctionalTestSuite.TestCase.CompilationResults in org.multijava.mjc | |
protected static class |
FunctionalTestSuite.TestCase.CodeGenResults
Represents the results of disassembling, including a success flag and any error messages. |
protected static class |
FunctionalTestSuite.TestCase.RuntimeResults
Represents the results of a runtime test, including a success flag, any exception thrown and the values written to standard error and standard out. |
| Methods in org.multijava.mjc that return FunctionalTestSuite.TestCase.CompilationResults | |
protected FunctionalTestSuite.TestCase.CompilationResults |
FunctionalTestSuite.TestCase.compile(String cmdLine)
Invokes the compiler, passing it the given command line. |
| Methods in org.multijava.mjc with parameters of type FunctionalTestSuite.TestCase.CompilationResults | |
protected void |
FunctionalTestSuite.TestCase.expectSuccess(FunctionalTestSuite.TestCase.CompilationResults results)
Called with the result of compilation or runtime when success is expected, this generates the appropriate assertion and message. |
protected void |
FunctionalTestSuite.TestCase.expectFailure(FunctionalTestSuite.TestCase.CompilationResults results,
String expectedError)
Called with the result of compilation when failure (i.e., compilation error) is expected, this generates the appropriate assertion and message. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||