Class When
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.givenwhenthen.When
-
public final class When extends Object
-
-
Constructor Summary
Constructors Constructor Description When()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsStagemapMaidDeserializes(String input)ToStagemapMaidDeserializesTheMap(String jsonMap)ToStagemapMaidDeserializesTheMap(Map<String,Object> map)AsStagemapMaidDeserializesWithInjection(String input, InjectorLambda injector)ThenmapMaidIsInstantiated()WithMarshallingTypemapMaidSerializes(Object object)WithMarshallingTypemapMaidSerializes(Object object, de.quantummaid.reflectmaid.GenericType<?> type)WithMarshallingTypemapMaidSerializesWithInjector(Object object, Function<Map<String,Object>,Map<String,Object>> injector)ThentheDefinitionsAreQueried()
-
-
-
Method Detail
-
mapMaidDeserializesWithInjection
public AsStage mapMaidDeserializesWithInjection(String input, InjectorLambda injector)
-
mapMaidSerializes
public WithMarshallingType mapMaidSerializes(Object object)
-
mapMaidSerializes
public WithMarshallingType mapMaidSerializes(Object object, de.quantummaid.reflectmaid.GenericType<?> type)
-
mapMaidSerializesWithInjector
public WithMarshallingType mapMaidSerializesWithInjector(Object object, Function<Map<String,Object>,Map<String,Object>> injector)
-
theDefinitionsAreQueried
public Then theDefinitionsAreQueried()
-
mapMaidIsInstantiated
public Then mapMaidIsInstantiated()
-
-