return testContext.getContextName() + "-" + super.getName();
}
@Override
protected Object createTest() throws Exception {
JongoTestCase test = (JongoTestCase) super.createTest();
test.prepareMarshallingStrategy(testContext.getMapper());
return test;
}