UTJML

Uses of Interface
edu.utep.cs.utjml.rat.RatListener

Packages that use RatListener
edu.utep.cs.utjml.canica.output   
edu.utep.cs.utjml.rat Contains the source code to generate test cases randomly for Java classes. 
 

Uses of RatListener in edu.utep.cs.utjml.canica.output
 

Classes in edu.utep.cs.utjml.canica.output that implement RatListener
 class OutputPaneTestGeneration
          OutputPaneTestGeneration class * This class is responsible to display the test data generated of a Java file and let the user interact with the test cases code.
 

Methods in edu.utep.cs.utjml.canica.output that return RatListener
 RatListener OutputPaneTestGeneration.getRatListener()
          Get this listener.
 RatListener OutputPaneController.getTestGenListener()
           
 RatListener OutputPaneable.getTestGenListener()
          It returns the Test Generator listener, which lets add the test data generated from outer tools to this GUI
 

Uses of RatListener in edu.utep.cs.utjml.rat
 

Classes in edu.utep.cs.utjml.rat that implement RatListener
 class RatAdapter
          An abstract adapter class for receiving test case generation events, aka RAT events.
 

Methods in edu.utep.cs.utjml.rat with parameters of type RatListener
static void Main.addRatListener(RatListener l)
          Adds the given observer to the list of listeners.
static boolean Main.compile(String[] args, RatListener listener, OutputStream os)
          Generates JML/JUnit test cases with the given argument, args, and returns true if the test cases are successfully generated.
static void Main.removeRatListener(RatListener l)
          Removes the given observer from the list of listeners.
 


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.