Beispiel #1
0
 public HttpPostTests()
 {
     coordinator = new HttpPostTestCoordinator(new XUnitTestAssertion());
 }
Beispiel #2
0
 public void Setup()
 {
     coordinator = new HttpPostTestCoordinator(new NUnitTestAssertion());
 }