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