@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
Exceptionpublic void testCannotFindClassDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR()
throws Exception
Exceptionpublic void testCannotInstantiateClassDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR()
throws Exception
Exceptionpublic void testCannotDeserializeDefaultItem_withDYN_DB_PREFIX_TYPE_ATTR()
throws Exception
Exceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException