public class AbstractJsonDateFormatTest extends AbstractQi4jTest
| Modifier and Type | Field and Description |
|---|---|
protected ValueDeserializer |
valueDeserializer |
moduleapi, application, applicationModel, qi4j, spi| Constructor and Description |
|---|
AbstractJsonDateFormatTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
assemble(ModuleAssembly module)
Assemblers receive a callback to the ModuleAssembly
they are supposed to configure.
|
void |
before() |
void |
givenAtDateFormatWhenConvertingFromSerializedStateExpectValidDate() |
void |
givenISO6801DateFormatWhenConvertingFromSerializedStateExpectValidDate() |
void |
givenMicrosoftDateFormatWhenConvertingFromSerializedStateExpectValidDate() |
defineApplication, setUp, tearDownassemblyException, initApplication, newApplication, newApplicationInstance@Service protected ValueDeserializer valueDeserializer
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 givenISO6801DateFormatWhenConvertingFromSerializedStateExpectValidDate()
throws Exception
Exceptionpublic void givenAtDateFormatWhenConvertingFromSerializedStateExpectValidDate()
throws Exception
Exception