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