|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedSourceIfc | |
testsgen.ifc | This package contains main interfaces to Unit Tests Generator. |
testsgen.wttools |
Uses of ParsedSourceIfc in testsgen.ifc |
Methods in testsgen.ifc that return ParsedSourceIfc | |
ParsedSourceIfc |
ParsedSourceIfc.getTestSource()
|
ParsedSourceIfc[] |
SrcParserIfc.getParsedSources(java.lang.String[] src_names)
|
Methods in testsgen.ifc with parameters of type ParsedSourceIfc | |
void |
ParsedSourceIfc.setTestSource(ParsedSourceIfc test_src)
|
void |
CodeGenIfc.generateCode(ParsedSourceIfc[] sources)
|
Uses of ParsedSourceIfc in testsgen.wttools |
Classes in testsgen.wttools that implement ParsedSourceIfc | |
class |
ParsedSourceImpl
ParsedSourceImpl.java contains implementation of ParsedSourceIfc
interface. |
Fields in testsgen.wttools declared as ParsedSourceIfc | |
protected ParsedSourceIfc |
ParsedSourceImpl.test_src
|
Methods in testsgen.wttools that return ParsedSourceIfc | |
protected ParsedSourceIfc |
SrcParserImpl.getTestSource(ParsedSourceIfc src)
|
protected ParsedSourceIfc |
SrcParserImpl.getSourceClass(java.lang.Class cls,
java.lang.String cls_name,
java.lang.String file_name)
|
ParsedSourceIfc[] |
SrcParserImpl.getParsedSources(java.lang.String[] file_names)
|
ParsedSourceIfc |
ParsedSourceImpl.getTestSource()
|
Methods in testsgen.wttools with parameters of type ParsedSourceIfc | |
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)
|
static java.lang.String |
ClassUtil.getTestClassName(ParsedSourceIfc src,
java.lang.String pattern)
|
static java.lang.String |
ClassUtil.getTestFileName(ParsedSourceIfc src,
java.lang.String pattern,
java.lang.String dir)
|
protected ParsedSourceIfc |
SrcParserImpl.getTestSource(ParsedSourceIfc src)
|
void |
ParsedSourceImpl.setTestSource(ParsedSourceIfc test_src)
|
protected void |
CodeGenImpl.writeTestAllSource(ParsedSourceIfc[] srcs)
|
protected java.lang.String |
CodeGenImpl.getTestFileStart(ParsedSourceIfc src)
|
protected java.lang.String |
CodeGenImpl.getTestFileJavaDoc(ParsedSourceIfc src)
|
protected java.lang.String |
CodeGenImpl.getClassStart(ParsedSourceIfc src)
|
protected java.lang.String |
CodeGenImpl.getClassEnd(ParsedSourceIfc src)
|
protected java.lang.String |
CodeGenImpl.getMethodFrame(MethodIfc meth,
ParsedSourceIfc src)
|
protected void |
CodeGenImpl.writeTestSource(ParsedSourceIfc psi,
java.lang.String test_src)
|
void |
CodeGenImpl.generateNewCode(ParsedSourceIfc src)
|
int |
CodeGenImpl.updateExistingCode(ParsedSourceIfc src)
|
void |
CodeGenImpl.generateCode(ParsedSourceIfc[] srcs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |