ContextHolder.get().setCurrentContextId("test");
}
@Test
public void testIfModelAgentIsSet_shouldWork() throws Exception {
TestModel model = new TestModel();
assertThat("TestModel isn't enhanced. Maybe you forgot to set the java agent?",
ModelWrapper.isModel(model.getClass()), is(true));
}