public class AbstractCollectionSerializationTest extends AbstractQi4jTest
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractCollectionSerializationTest.SomeValue |
| Modifier and Type | Field and Description |
|---|---|
protected ValueSerialization |
valueSerialization |
moduleapi, application, applicationModel, qi4j, spi| Constructor and Description |
|---|
AbstractCollectionSerializationTest() |
defineApplication, setUp, tearDownassemblyException, initApplication, newApplication, newApplicationInstance@Service protected ValueSerialization valueSerialization
public void assemble(ModuleAssembly module) throws AssemblyException
Assembler
An Assembler may create new Modules by calling
ModuleAssembly.layer() and
then LayerAssembly.module(String) (String)}.
This allows an Assembler to bootstrap an entire Layer with
more Modules.
module - the Module to assembleAssemblyException - thrown if the assembler tries to do something illegalpublic void before()
public void givenPrimitiveArrayWithIntsWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenArrayWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenIterableTypeWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithCharacterAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithShortAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithIntegerAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithLongAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithFloatAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithDoubleAndNullElementWhenSerializingExpectCorrectJsonOutput()
throws Exception
Exceptionpublic void givenCollectionTypeWithBigIntegerAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithBigDecimalAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenMapOfStringByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenMapOfStringListStringAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenListOfMapStringStringAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exception