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