UTJML

Uses of Class
edu.utep.cs.utjml.rat.MethodInfo

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

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

Methods in edu.utep.cs.utjml.rat that return MethodInfo
 MethodInfo TestClassGenerator.MethodsIterator.nextMethod()
          Return the next testable method
 

Methods in edu.utep.cs.utjml.rat with parameters of type MethodInfo
protected  void TestClassGenerator.composeFailMessage(MethodInfo mdecl, String mname, edu.utep.cs.utjml.rat.Parameter[] params, edu.utep.cs.utjml.rat.Parameter receiver, boolean isInstance, boolean isConstructor)
          Generates code that composes a message about the method and parameters.
protected  void TestClassGenerator.generateTestMethod(MethodInfo mdecl)
          Generates and prints a test method for the given method declaration, mdecl.
protected  String TestClassGenerator.methodSig(MethodInfo mdecl)
           
 void TestCaseCreator.setTargetMethod(JTypeDeclarationType typeDecl, MethodInfo methInfo)
          Sets the target method whose test cases are to be generated.
 

Constructors in edu.utep.cs.utjml.rat with parameters of type MethodInfo
TestCaseCreator(JTypeDeclarationType typeDecl, MethodInfo methInfo)
          Instantiates a new creator for the given method of the given type.
 


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.