112113114115116117118119120121
} @Override protected Object createTest() throws Exception { JongoTestCase test = (JongoTestCase) super.createTest(); test.prepareMarshallingStrategy(testContext.getMapper()); return test; } } }