public void testWikiWidgetPlugins() throws Exception { String symbolValues = Today.class.getName(); testProperties.setProperty(ComponentFactory.SYMBOL_TYPES, symbolValues); String output = factory.loadSymbolTypes(); assertSubString(Today.class.getName(), output); assertMatch("!today", true); }
@Ignore @Test public void Junit382() throws Exception { // Very simple test : only 1 dependency resolved, jar is a dependency of // the current module String output = factory.loadSymbolTypes(); // assertSubString(MavenArtifact.class.getName(), output); assertMatch("!artifact", true); }