public class TestEmpireCore {
@BeforeClass
public static void beforeClass () {
TestUtil.setConfigSystemProperty( "test.empire.config.properties" );
Empire.init(new DefaultEmpireModule(), new TestModule());
// TODO: tests for TripleSource stuff
// TODO: tests for persistence injectors
// TODO: tests for transactions
// TODO: more failure tests -- badly annotated beans, misconfigured datasources, etc.