JML

Uses of Class
org.multijava.mjc.FunctionalTestSuite.TestCase.CompilationResults

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

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.