JET

Uses of Interface
edu.utep.cs.jet.rat.TestCaseGenerationListener

Packages that use TestCaseGenerationListener
edu.utep.cs.jet.gui.tester Contains the source code to interface with an external test case generation tool. 
edu.utep.cs.jet.rat Contains the source code to automatically test methods and constructors by generating test cases randomly. 
 

Uses of TestCaseGenerationListener in edu.utep.cs.jet.gui.tester
 

Methods in edu.utep.cs.jet.gui.tester that return TestCaseGenerationListener
protected  TestCaseGenerationListener ExperimentTester.createTestCaseGenerationListener(edu.utep.cs.jet.gui.tester.EtMethod emeth)
          Creates a test case generation listener for testing the given method.
protected  TestCaseGenerationListener DefaultTester.createTestCaseGenerationListener(edu.utep.cs.jet.gui.tester.EtMethod emeth)
          Creates a test case generation listener for testing the given method.
 

Uses of TestCaseGenerationListener in edu.utep.cs.jet.rat
 

Methods in edu.utep.cs.jet.rat with parameters of type TestCaseGenerationListener
 void TestCaseGenerator.addTestCaseGenerationListener(TestCaseGenerationListener l)
          Adds the given observer to the list of listeners.
 void TestCaseGenerator.removeTestCaseGenerationListener(TestCaseGenerationListener l)
          Removes the given observer from the list of listeners.
 


JET

JET is Copyright (C) 2005-2008 by The 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.