Uses of Interface
testsgen.ifc.MethodIfc

Packages that use MethodIfc
testsgen.ifc This package contains main interfaces to Unit Tests Generator
testsgen.wttools   
 

Uses of MethodIfc in testsgen.ifc
 

Methods in testsgen.ifc that return MethodIfc
 MethodIfc ParsedSourceIfc.getDefaultConstructor()
           
 MethodIfc[] ParsedSourceIfc.getConstructors()
           
 MethodIfc[] ParsedSourceIfc.getMethods()
           
 MethodIfc ParsedSourceIfc.getMethod(java.lang.String name)
           
 

Methods in testsgen.ifc with parameters of type MethodIfc
 void ParsedSourceIfc.setDefaultConstructor(MethodIfc meth)
           
 void ParsedSourceIfc.setConstructors(MethodIfc[] constr)
           
 void ParsedSourceIfc.setMethods(MethodIfc[] methods)
           
 

Uses of MethodIfc in testsgen.wttools
 

Classes in testsgen.wttools that implement MethodIfc
 class MethodImpl
          MethodImpl.java contains implementation of MethodIfc interface.
 

Fields in testsgen.wttools declared as MethodIfc
protected  MethodIfc ParsedSourceImpl.def_constr
           
protected  MethodIfc[] ParsedSourceImpl.constrs
           
protected  MethodIfc[] ParsedSourceImpl.methods
           
 

Methods in testsgen.wttools that return MethodIfc
 MethodIfc ParsedSourceImpl.getDefaultConstructor()
           
 MethodIfc[] ParsedSourceImpl.getConstructors()
           
 MethodIfc[] ParsedSourceImpl.getMethods()
           
 MethodIfc ParsedSourceImpl.getMethod(java.lang.String name)
           
 

Methods in testsgen.wttools with parameters of type MethodIfc
static java.lang.String CommentsHints.getPublicMethodHints(MethodIfc meth)
           
static java.lang.String CommentsHints.getMethodExceptionsHints(MethodIfc meth)
           
static java.lang.String CommentsHints.getTestMethodComments(MethodIfc meth, ParsedSourceIfc src)
           
static java.lang.String CodeHints.getGetMethodCodeHints(MethodIfc meth, ParsedSourceIfc src)
           
static java.lang.String CodeHints.getSetMethodCodeHints(MethodIfc meth, ParsedSourceIfc src)
           
static java.lang.String CodeHints.getTestMethodCodeHints(MethodIfc meth, ParsedSourceIfc src)
           
 void ParsedSourceImpl.setDefaultConstructor(MethodIfc constr)
           
 void ParsedSourceImpl.setConstructors(MethodIfc[] constrs)
           
 void ParsedSourceImpl.setMethods(MethodIfc[] methods)
           
protected  java.lang.String CodeGenImpl.getMethodFrame(MethodIfc meth, ParsedSourceIfc src)
           
 



Copyright © GNU, wttools developers Team.