@PrepareForTest(value={DynamoDBService.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBServiceSpec_convertMap extends Object implements Externalizable
Modifier and Type | Class and Description |
---|---|
class |
DynamoDBServiceSpec_convertMap.DefaultTypeMarker |
Constructor and Description |
---|
DynamoDBServiceSpec_convertMap() |
public void testEmptyItem()
public void testNull()
public void testNotEmptyItem()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_nullType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_stringType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_integerType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_floatType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_longType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_listType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_setType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_cannotParseSetType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_mapType()
public void testValueOfDYN_DB_PREFIX_OBJECT_ATTR_cannotParseMapType()
public void testDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() throws Exception
Exception
public void testCannotFindClassDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() throws Exception
Exception
public void testCannotInstantiateClassDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() throws Exception
Exception
public void testCannotDeserializeDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() throws Exception
Exception
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException