jbeantester.tests
Class JBeanTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--jbeantester.junit.BaseTestCase
                    |
                    +--jbeantester.tests.JBeanTest
All Implemented Interfaces:
Test

public class JBeanTest
extends BaseTestCase


Nested Class Summary
protected static class JBeanTest.InnerJBean
           
 
Field Summary
 
Fields inherited from class jbeantester.junit.BaseTestCase
cat
 
Constructor Summary
JBeanTest(String name)
           
 
Method Summary
static void main(String[] args)
          Run this unit test alone.
 void testJBeanConstructorTester()
           
 void testJBeanPropAndDfltConstrutorTester()
          Test that the testJBeanProperties method which takes a Class to be instantiated functions properly.
 void testJBeanPropertyTester()
          Test that the testJBeanProperties method which takes an instantiated Object as a parameter functions properly.
 
Methods inherited from class jbeantester.junit.BaseTestCase
testJBeanConstructor, testJBeanProperties, testJBeanProperties
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBeanTest

public JBeanTest(String name)
Method Detail

testJBeanConstructorTester

public void testJBeanConstructorTester()

testJBeanPropAndDfltConstrutorTester

public void testJBeanPropAndDfltConstrutorTester()
Test that the testJBeanProperties method which takes a Class to be instantiated functions properly.


testJBeanPropertyTester

public void testJBeanPropertyTester()
Test that the testJBeanProperties method which takes an instantiated Object as a parameter functions properly.


main

public static void main(String[] args)
Run this unit test alone.

Parameters:
args - arguments to this unit test.