Beispiel #1
0
 public TestProgram(InMemoryLog log) : base(log)
 {
     TestLog = log;
 }
Beispiel #2
0
 public void SetUpCalamariFixture()
 {
     Log = new InMemoryLog();
 }