UTJML

Uses of Class
edu.utep.cs.utjml.tgen.TcgOptions

Packages that use TcgOptions
edu.utep.cs.utjml.tgen   
 

Uses of TcgOptions in edu.utep.cs.utjml.tgen
 

Fields in edu.utep.cs.utjml.tgen declared as TcgOptions
static TcgOptions Main.tcgOptions
          Command-line options.
 

Methods in edu.utep.cs.utjml.tgen with parameters of type TcgOptions
 void TestClassGenerator.perform(Writer writer, JCompilationUnit cunit, TcgOptions options)
          Generates a JML/JUnit test oracle class for the given compilation unit.
 

Constructors in edu.utep.cs.utjml.tgen with parameters of type TcgOptions
TestClassGenerator(TcgOptions options)
          Constructs a new test oracle generator.
TestDataClassGenerator(TcgOptions options)
          Constructs a new test data class generator object.
 


UTJML

UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso 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 JML project.