|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.introspection.WTIntrospectorVerify
WTIntrospectorTest is a test utility for the Introspection package.
WTIntrospector
,
ClassInfo
,
LinkInfo
,
AttributeDescriptor
Field Summary | |
private String |
classname
|
private static MappedRegistry |
modelRegistry
|
Constructor Summary | |
WTIntrospectorVerify()
|
Method Summary | |
void |
executeApp(String classNames)
|
protected void |
exerciseClassInfo(ClassInfo classInfo)
Exercise the methods of the ClassInfo class. |
protected void |
exerciseLinkInfo(LinkInfo linkInfo)
Exercise the methods of the LinkInfo class. |
protected void |
exerciseRoleInfo(RoleDescriptor role)
Exercise the methods of the RoleDescriptor. |
protected void |
exerciseRoleInfos(RoleDescriptor[] roles)
Exercise an array of RoleDescriptors. |
static void |
main(String[] args)
|
protected void |
processPackage(String pckg)
|
protected void |
processRegistry()
|
static void |
propertySetup(String[] args)
|
void |
report(String classNames,
boolean ignoreProblems)
Exercise the methods of the classes in the Introspector package. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String classname
private static MappedRegistry modelRegistry
Constructor Detail |
public WTIntrospectorVerify()
Method Detail |
public void executeApp(String classNames) throws Exception
Exception
protected void exerciseClassInfo(ClassInfo classInfo)
classInfo
- is the ClassInfo instance to exerciseprotected void exerciseLinkInfo(LinkInfo linkInfo)
linkInfo
- is the LinkInfo instance to exerciseprotected void exerciseRoleInfo(RoleDescriptor role)
role
- is role descriptor to exerciseprotected void exerciseRoleInfos(RoleDescriptor[] roles)
roles
- is array of descriptors to exercisepublic static void main(String[] args)
protected void processPackage(String pckg)
protected void processRegistry()
public static void propertySetup(String[] args) throws Exception
Exception
public void report(String classNames, boolean ignoreProblems)
classNames
- is a comma delimited list of fully qualified
classnames to report on
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |