@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface AutoConfigureJsonTesters
NOTE: @AutoConfigureJsonTesters
works in conjunction with
JsonTesterInitializationTestExecutionListener
. If you declare your own
@TestExecutionListeners
and don't
merge with defaults
you must include
JsonTesterInitializationTestExecutionListener
to use this annotation.
JsonTesterInitializationTestExecutionListener
Modifier and Type | Optional Element and Description |
---|---|
boolean |
initFields
If
BasicJsonTester , JacksonTester and GsonTester fields
should be initialized using marshallers from the ApplicationContext . |
public abstract boolean initFields
BasicJsonTester
, JacksonTester
and GsonTester
fields
should be initialized using marshallers from the ApplicationContext
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.