Uses of Class
jbeantester.framework.JBeanTestResults

Packages that use JBeanTestResults
jbeantester.framework The Framework Package contains the core classes of the JBeanTester API. 
jbeantester.junit This package provides a JUnit compliant test case. 
 

Uses of JBeanTestResults in jbeantester.framework
 

Fields in jbeantester.framework declared as JBeanTestResults
static JBeanTestResults JBeanTestResults.NO_SUCH_CONSTRUCTOR
          This instance is returned when a specified constructor does not exist.
static JBeanTestResults JBeanTestResults.NO_DFLT_CONSTRUCTOR
          This instance is returned when no default constructor is available.
 

Methods in jbeantester.framework that return JBeanTestResults
 JBeanTestResults JBeanTester.testJBeanProperties(Class clazz)
           This method is used to test the properties of a default consttucted instance of Classes conforming to the JavaBean Specification.
 JBeanTestResults JBeanTester.testJBeanProperties(Object obj)
           This method is used to test the properties of Objects conforming to the JavaBean Specification.
 JBeanTestResults JBeanTester.testJBeanConstructor(Class clazz, String[] params)
           Test that the specified constructors function properly.
 

Uses of JBeanTestResults in jbeantester.junit
 

Methods in jbeantester.junit that return JBeanTestResults
protected  JBeanTestResults BaseTestCase.testJBeanProperties(Object obj)
           This method is used to test the properties of Objects conforming to the JavaBean Specification.
protected  JBeanTestResults BaseTestCase.testJBeanProperties(Class clazz)
           This method is used to test the properties of a default consttucted instance of Classes conforming to the JavaBean Specification.
protected  JBeanTestResults BaseTestCase.testJBeanConstructor(Class clazz, String[] params)
           Test that the specified constructors function properly.