public void Setup()
 {
     precertification = new Precertification();
     restClient = new Mock<IRequestExecute>();
     param = new Hashtable();
 }
 public void Setup()
 {
     precertification = new Precertification();
     BaseTestClass.SetConfiguration();
 }
Beispiel #3
0
 public void Setup()
 {
     precertification = new Precertification();
     restClient       = new Mock <IRequestExecute>();
     param            = new Hashtable();
 }
Beispiel #4
0
 public void Setup()
 {
     precertification = new Precertification();
     BaseTestClass.SetConfiguration();
 }