bb.util
Class ReflectUtil.UnitTest

java.lang.Object
  extended by bb.util.ReflectUtil.UnitTest
Enclosing class:
ReflectUtil

public static class ReflectUtil.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Nested Class Summary
private static class ReflectUtil.UnitTest.Planet
           
 
Constructor Summary
ReflectUtil.UnitTest()
           
 
Method Summary
 void test_callLogError()
           
 void test_diagnoseGetProblem()
           
 void test_fieldsDeclaredReport()
           
 void test_findSignature()
           
 void test_get_set()
           
 void test_getEnumValues()
           
 void test_isXXX()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectUtil.UnitTest

public ReflectUtil.UnitTest()
Method Detail

test_getEnumValues

public void test_getEnumValues()
                        throws Exception
Throws:
Exception

test_get_set

public void test_get_set()
                  throws Exception
Throws:
Exception

test_diagnoseGetProblem

public void test_diagnoseGetProblem()
                             throws Exception
Throws:
Exception

test_fieldsDeclaredReport

public void test_fieldsDeclaredReport()
                               throws Exception
Throws:
Exception

test_callLogError

public void test_callLogError()

test_isXXX

public void test_isXXX()
                throws Exception
Throws:
Exception

test_findSignature

public void test_findSignature()