Exemplo n.º 1
0
        public void SystemsLoadingTest()
        {
            EddbCoreAPI core = new EddbCoreAPI(@"..\..\TestConfig\AppTestCore.xml");
            List<SystemsContract> systems = core.getSystemData();

            Assert.IsTrue(systems != null);
            Assert.IsTrue(systems.Count > 0);
        }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     EddbCoreAPI core = new EddbCoreAPI(@"..\..\Config\AppCore.xml");
 }