|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyIfc | |
testsgen | Package contains run-time classes and user interface classes. These classes are always loaded and are common for all implementations. |
testsgen.ifc | This package contains main interfaces to Unit Tests Generator. |
testsgen.wttools |
Uses of PropertyIfc in testsgen |
Fields in testsgen declared as PropertyIfc | |
protected PropertyIfc |
GenerateTests.property
|
Uses of PropertyIfc in testsgen.ifc |
Methods in testsgen.ifc with parameters of type PropertyIfc | |
void |
DirWalkerIfc.setPropertyHandler(PropertyIfc property)
|
void |
CodeGenIfc.setPropertyHandler(PropertyIfc property)
|
void |
SrcParserIfc.setPropertyHandler(PropertyIfc property)
|
Uses of PropertyIfc in testsgen.wttools |
Classes in testsgen.wttools that implement PropertyIfc | |
class |
PropertyImpl
Property.java file contains implementation of PropertyIfc
interface. |
Fields in testsgen.wttools declared as PropertyIfc | |
protected PropertyIfc |
SrcParserImpl.property
|
protected PropertyIfc |
CodeGenImpl.property
|
protected PropertyIfc |
DirWalkerImpl.property
|
Methods in testsgen.wttools with parameters of type PropertyIfc | |
void |
SrcParserImpl.setPropertyHandler(PropertyIfc property_handler)
|
void |
CodeGenImpl.setPropertyHandler(PropertyIfc property_handler)
|
void |
DirWalkerImpl.setPropertyHandler(PropertyIfc property_handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |