public void SetUp()
 {
     filename = Path.GetTempFileName();
     projection = new TestProjection();
     db = new TestRunInformationDatabase(filename);
     db.AttachProjection(projection);
     db.AddNewEntries(new[] { TestData.BuildTestInformatonFor("Test1", "test") });
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     filename   = Path.GetTempFileName();
     projection = new TestProjection();
     db         = new TestRunInformationDatabase(filename);
     db.AttachProjection(projection);
     db.AddNewEntries(new[] { TestData.BuildTestInformatonFor("Test1", "test") });
 }