bb.util
Class ObjectState.UnitTest

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

public static class ObjectState.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 ObjectState.UnitTest.CompoundClass
           
private static class ObjectState.UnitTest.InterfaceImplementingClass
           
private static class ObjectState.UnitTest.NoFields
           
private static class ObjectState.UnitTest.ReferringClass
           
private static class ObjectState.UnitTest.SubClass
          Has fields which provide similar complete coverage and distinct values as ObjectState.UnitTest.SuperClass.
private static interface ObjectState.UnitTest.SubInterface2
           
private static interface ObjectState.UnitTest.SubInterface4
           
private static class ObjectState.UnitTest.SuperClass
          Has fields which provide complete coverage of: all modifier permutations public protected private static final many field types primitives arrays, Collection, Map java.lang and CharSequence Also, all the values are distinct, both within this class and from ObjectState.UnitTest.SubClass below.
private static interface ObjectState.UnitTest.SuperInterface1
           
private static interface ObjectState.UnitTest.SuperInterface3
           
 
Constructor Summary
ObjectState.UnitTest()
           
 
Method Summary
 void test_describe()
           
 void test_Filters()
           
 void test_generateToStringCode()
           
 void test_generateToStringLabeledCode()
           
 void test_toString()
           
 void test_toStringLabeled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectState.UnitTest

public ObjectState.UnitTest()
Method Detail

test_describe

public void test_describe()

test_toString

public void test_toString()

test_toStringLabeled

public void test_toStringLabeled()

test_generateToStringCode

public void test_generateToStringCode()

test_generateToStringLabeledCode

public void test_generateToStringLabeledCode()

test_Filters

public void test_Filters()