public class RuleSetFactoryBeanApplicationDataTest extends TestCase {
private static SpringTestSetup.ContextHolder contextHolder = new SpringTestSetup.ContextHolder();
public static Test suite() {
return new SpringTestSetup(
new TestSuite(RuleSetFactoryBeanApplicationDataTest.class),
contextHolder, "org/drools/spring/factory/appdata-test.appctx.xml");
}