MComponent wrapper = findPropertyWrapper(dialog);
assertEquals("net.sourceforge.marathon.DialogForTesting", wrapper.getOMapClassName());
}
@Test public void testGetOMapClassSimpleName() {
ObjectMapNamingStrategy strategy = new ObjectMapNamingStrategy();
strategy.init();
strategy.setTopLevelComponent(dialog, true);
MComponent wrapper = findPropertyWrapper(dialog);
assertEquals("DialogForTesting", wrapper.getOMapClassSimpleName());
}