@PrepareForTest(value={DynamoDBService.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBServiceSpec_convertItem extends Object implements Externalizable
Modifier and Type | Class and Description |
---|---|
class |
DynamoDBServiceSpec_convertItem.ExternalizableMarker |
Constructor and Description |
---|
DynamoDBServiceSpec_convertItem() |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
testCannotDeserializeDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testCannotFindClassDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testCannotInstantiateClassDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testCannotParseMapItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testCannotParseSetItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testEmptyItem() |
void |
testFloatItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testIntegerItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testListItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testLongItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testMapItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testNotEmptyItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
testNotEmptyItem() |
void |
testNull() |
void |
testSetItem_withDYN_DB_PREFIX_TYPE_ATTR() |
void |
writeExternal(ObjectOutput out) |
public void testEmptyItem()
public void testNull()
public void testNotEmptyItem()
public void testNotEmptyItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testIntegerItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testFloatItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testLongItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testListItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testSetItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testCannotParseSetItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testMapItem_withDYN_DB_PREFIX_TYPE_ATTR()
public void testCannotParseMapItem_withDYN_DB_PREFIX_TYPE_ATTR()
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