Exemplo n.º 1
0
        public void SetUp()
        {
            // Before each test


            appModel     = new HMOrderObject();
            datafilePath = ConfigUtils.Read("TestDataPath");
        }
Exemplo n.º 2
0
 public LeanFtTest2()
 {
     appModel     = new HMOrderObject();
     datafilePath = System.Environment.GetEnvironmentVariable("ProjectWorkingDirectory") + ConfigUtils.Read("TestDataPath");
 }