bb.util
Class ObjectState.UnitTest.SubClass

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

private static class ObjectState.UnitTest.SubClass
extends ObjectState.UnitTest.SuperClass

Has fields which provide similar complete coverage and distinct values as ObjectState.UnitTest.SuperClass.


Field Summary
static boolean boolean_2
           
protected static byte byte_2
           
(package private) static char char_2
           
 Class Class_2
           
private static double double_2
           
static float float_2
           
 float[] floatArray_2
           
protected static int int_2
           
private  Map<Integer,Character> intsToCharsMap_2
           
(package private) static long long_2
           
protected  Object Object_2
           
protected  Object[] ObjectArray_2
           
(package private)  Collection<Object> ObjectCollection_2
           
private static short short_2
           
(package private)  String String_2
           
private  StringBuffer StringBuffer_2
           
 
Fields inherited from class bb.util.ObjectState.UnitTest.SuperClass
boolean_1, byte_1, char_1, Class_1, doubleArray_1, float_1, int_1, long_1, Object_1, ObjectArray_1, ObjectCollection_1, String_1
 
Constructor Summary
private ObjectState.UnitTest.SubClass()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boolean_2

public static final boolean boolean_2
See Also:
Constant Field Values

byte_2

protected static final byte byte_2
See Also:
Constant Field Values

char_2

static final char char_2
See Also:
Constant Field Values

double_2

private static final double double_2
See Also:
Constant Field Values

float_2

public static float float_2

int_2

protected static int int_2

long_2

static long long_2

short_2

private static short short_2

floatArray_2

public final float[] floatArray_2

ObjectArray_2

protected final Object[] ObjectArray_2

ObjectCollection_2

final Collection<Object> ObjectCollection_2

intsToCharsMap_2

private final Map<Integer,Character> intsToCharsMap_2

Class_2

public Class Class_2

Object_2

protected Object Object_2

String_2

String String_2

StringBuffer_2

private StringBuffer StringBuffer_2
Constructor Detail

ObjectState.UnitTest.SubClass

private ObjectState.UnitTest.SubClass()