Package testsgen.ifc

This package contains main interfaces to Unit Tests Generator.

See:
          Description

Interface Summary
CodeGenIfc CodeGenIfc.java defines interface for test code generators.
DirWalkerIfc This is interface for classes which are collecting files from the given directory with given file mask.
LogIfc LogIfc.java contains definition for loging system.
MethodIfc MethodIfc.java defines method abstract object.
ParsedSourceIfc ParsedSourceIfc.java contains definition of structure representing parsed source file.
PropertyIfc PropertyIfc.java defines interface for getting system properties by all classes used within unittestsgen projects.
SrcParserIfc SrcParserIfc.java defines interface for all sources parsers which may be run in unit tests generator environment.
 

Package testsgen.ifc Description

This package contains main interfaces to Unit Tests Generator. Almost all main parts of generator may be reimplemented and exchanged.

The most important interfaces are:

  1. DirWalkerIfc
  2. SrcParserIfc
  3. CodeGenIfc
  4. ParsedSourceIfc
  5. MethodIfc



Copyright © GNU, wttools developers Team.