public void SetUp() { // Before each test appModel = new HMOrderObject(); datafilePath = ConfigUtils.Read("TestDataPath"); }
public LeanFtTest2() { appModel = new HMOrderObject(); datafilePath = System.Environment.GetEnvironmentVariable("ProjectWorkingDirectory") + ConfigUtils.Read("TestDataPath"); }