protected override DirectoryInfo GetExpectedPath(IIntegrationTestConfiguration config)
 {
     return config.GetExpectedOutputPath(IntegrationTestType.Model);
 }
示例#2
0
 protected virtual DirectoryInfo GetExpectedPath(IIntegrationTestConfiguration config)
 {
     return config.GetExpectedOutputPath();
 }