コード例 #1
0
 private static string ReadIoCConfiguration()
 {
     return(File.ReadAllText(Path.Combine(TestsExtensions.GetBinDirectory(), "DevTeam.TestEngine.dll.ioc")));
 }
コード例 #2
0
 public static string GetSource()
 {
     return(Path.Combine(TestsExtensions.GetBinDirectory(), "DevTeam.TestEngine.Tests.dll"));
 }