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 |
moduleapi, application, applicationModel, qi4j, spi| Constructor and Description |
|---|
AbstractCollectionSerializationTest() |
defineApplication, setUp, tearDownassemblyException, 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.AssemblyExceptionpublic 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