Exemplo n.º 1
0
 private static string ReadIoCConfiguration()
 {
     return(File.ReadAllText(Path.Combine(TestsExtensions.GetBinDirectory(), "DevTeam.TestEngine.dll.ioc")));
 }
Exemplo n.º 2
0
 public static string GetSource()
 {
     return(Path.Combine(TestsExtensions.GetBinDirectory(), "DevTeam.TestEngine.Tests.dll"));
 }