public void Setup()
 {
     _classUnderTest = new ExampleGateway(DatabaseContext);
 }
示例#2
0
 public void Setup()
 {
     _classUnderTest = new ExampleGateway(new SqlConnection());
 }