package org.argeo.slc.demo.minimal; public class HelloWorldTest {// extends TestCase { /* public void testHelloWorld() throws Exception { GenericBeanFactoryAccessor context = new GenericBeanFactoryAccessor( createContext()); ExecutionFlow flow = context.getBean("main"); flow.run(); } protected ConfigurableApplicationContext createContext() { String[] locations = { "site/org.argeo.slc.demo.groovy/slc/main.xml", "site/org.argeo.slc.demo.groovy/slc/imports.xml" }; FileSystemXmlApplicationContext context = new FileSystemXmlApplicationContext( locations); return context; } */ }