test.de.smartics.properties.api.core.domain
Class PropertyTypeObjectTest

Package class diagram package PropertyTypeObjectTest
java.lang.Object
  extended by de.smartics.util.test.theories.ObjectTheories
      extended by test.de.smartics.properties.api.core.domain.PropertyTypeObjectTest

@Uut(type=de.smartics.properties.api.core.domain.PropertyType.class)
public class PropertyTypeObjectTest
     
     
extends de.smartics.util.test.theories.ObjectTheories

Tests object basics of PropertyType.


Field Summary
static PropertyType EQUAL_LIST
           
static PropertyType EQUAL_SCALAR
           
static PropertyType LIST_DEFAULT
           
static PropertyType NULL
           
static PropertyType OTHER_LIST
           
static PropertyType OTHER_LIST_ELEMENTS
           
static PropertyType OTHER_SCALAR
           
static PropertyType SAME_LIST
           
static PropertyType SAME_SCALAR
           
static PropertyType SCALAR_DEFAULT
           
static String STRING
           
 
Fields inherited from class de.smartics.util.test.theories.ObjectTheories
DEFAULT_COUNT_CONSISTENCY_CHECK, DEFAULT_RUN_EQUALS_THEORY_ON_DIFFERENT_TYPES, DEFAULT_RUN_HASH_CODE_THEORY_ON_UNEQUAL_INSTANCES
 
Constructor Summary
PropertyTypeObjectTest()
           
 
Method Summary
 
Methods inherited from class de.smartics.util.test.theories.ObjectTheories
checkForDifferentTypesInEquals, checkForUnequalHashCodes, equalsIsConsistent, equalsIsReflexive, equalsIsSymmetric, equalsIsTransitive, equalsReturnFalseOnInstanceOfOtherType, equalsReturnFalseOnNull, getConsistencyIterationCount, getEqualsConsistencyIterationCount, getHashCodeConsistencyIterationCount, hashCodeIsConsistent, hashCodeIsConsistentWithEquals, hashCodeProducesUnequalHashCodesForUnequalInstances, toStringRunsWithoutFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALAR_DEFAULT

public static final PropertyType SCALAR_DEFAULT

SAME_SCALAR

public static final PropertyType SAME_SCALAR

EQUAL_SCALAR

public static final PropertyType EQUAL_SCALAR

OTHER_SCALAR

public static final PropertyType OTHER_SCALAR

LIST_DEFAULT

public static final PropertyType LIST_DEFAULT

SAME_LIST

public static final PropertyType SAME_LIST

EQUAL_LIST

public static final PropertyType EQUAL_LIST

OTHER_LIST

public static final PropertyType OTHER_LIST

OTHER_LIST_ELEMENTS

public static final PropertyType OTHER_LIST_ELEMENTS

STRING

public static final String STRING
Constant Field Value:
"OTHER_CLASS"

NULL

public static final PropertyType NULL
Constructor Detail

PropertyTypeObjectTest

public PropertyTypeObjectTest()


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.