TeStereo report

@Ignore @Test public void validatesObjectStoreIfFixtureIsInstalled() throws Exception { final SaveObjectCommand command=objectStore.createSaveObjectCommand(adapter1); objectStore.execute(Collections.singletonList(command)); objectStore.open(); assertTrue(objectStore.isFixturesInstalled()); }