public class AbstractCollectionSerializationTest extends AbstractQi4jTest
Modifier and Type | Class and Description |
---|---|
static interface |
AbstractCollectionSerializationTest.SomeValue |
Modifier and Type | Field and Description |
---|---|
protected org.qi4j.api.value.ValueSerialization |
valueSerialization |
module
api, application, applicationModel, qi4j, spi
Constructor and Description |
---|
AbstractCollectionSerializationTest() |
defineApplication, setUp, tearDown
assemblyException, initApplication, newApplication, newApplicationInstance
@Service protected org.qi4j.api.value.ValueSerialization valueSerialization
public void assemble(org.qi4j.bootstrap.ModuleAssembly module) throws org.qi4j.bootstrap.AssemblyException
org.qi4j.bootstrap.AssemblyException
public void before()
public void givenPrimitiveArrayWithIntsWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenArrayWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenIterableTypeWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithCharacterAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithShortAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithIntegerAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithLongAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithFloatAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithDoubleAndNullElementWhenSerializingExpectCorrectJsonOutput() throws Exception
Exception
public void givenCollectionTypeWithBigIntegerAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenCollectionTypeWithBigDecimalAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenMapOfStringByteAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenMapOfStringListStringAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception
public void givenListOfMapStringStringAndNullElementWhenSerializingAndDeserializingExpectEquals() throws Exception
Exception