bb.util
Class ObjectState.UnitTest.SuperClass

java.lang.Object
  extended by bb.util.ObjectState.UnitTest.SuperClass
Direct Known Subclasses:
ObjectState.UnitTest.SubClass
Enclosing class:
ObjectState.UnitTest

private static class ObjectState.UnitTest.SuperClass
extends Object

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.


Field Summary
static boolean boolean_1
           
protected static byte byte_1
           
(package private) static char char_1
           
 Class Class_1
           
private static double double_1
           
 double[] doubleArray_1
           
static float float_1
           
protected static int int_1
           
private  Map<Integer,Character> intsToCharsMap_1
           
(package private) static long long_1
           
protected  Object Object_1
           
protected  Object[] ObjectArray_1
           
(package private)  Collection<Object> ObjectCollection_1
           
private static short short_1
           
(package private)  String String_1
           
private  StringBuffer StringBuffer_1
           
 
Constructor Summary
private ObjectState.UnitTest.SuperClass()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boolean_1

public static final boolean boolean_1
See Also:
Constant Field Values

byte_1

protected static final byte byte_1
See Also:
Constant Field Values

char_1

static final char char_1
See Also:
Constant Field Values

double_1

private static final double double_1
See Also:
Constant Field Values

float_1

public static float float_1

int_1

protected static int int_1

long_1

static long long_1

short_1

private static short short_1

doubleArray_1

public final double[] doubleArray_1

ObjectArray_1

protected final Object[] ObjectArray_1

ObjectCollection_1

final Collection<Object> ObjectCollection_1

intsToCharsMap_1

private final Map<Integer,Character> intsToCharsMap_1

Class_1

public Class Class_1

Object_1

protected Object Object_1

String_1

String String_1

StringBuffer_1

private StringBuffer StringBuffer_1
Constructor Detail

ObjectState.UnitTest.SuperClass

private ObjectState.UnitTest.SuperClass()