예제 #1
0
        public void SetUp()
        {
            // Before each test


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