SetUp() public method

public SetUp ( ) : void
return void
Exemplo n.º 1
0
 public void SetUp()
 {
     TestRequestHandler = new TestRequestHandler(new UtilWP80(), new AssertTestWP80());
     TestRequestHandler.SetUp();
 }