testsgen.ifc
Interface SrcParserIfc
- All Known Implementing Classes:
- SrcParserImpl
- public interface SrcParserIfc
SrcParserIfc.java defines interface for all sources parsers which may be run
in unit tests generator environment. The main goal for all implementation is
to transform source text files or other structures like java.reflection
information in common structures which may be used by other implementations
in unit tests generator. As a result of it's work implementation should return
array with ParsedSourceIfc
implementation classes.
Created: Sun Dec 2 15:38:18 2001
- Version:
- $Revision: 1.6 $
- Author:
- Artur Hefczyc
setLogHandler
public void setLogHandler(LogIfc log)
setPropertyHandler
public void setPropertyHandler(PropertyIfc property)
getParsedSources
public ParsedSourceIfc[] getParsedSources(java.lang.String[] src_names)
Copyright © GNU, wttools developers Team.