Exemplo n.º 1
0
 protected RemoteApplicationFixture(RemoteApplication remoteApplication)
 {
     RemoteApplication = remoteApplication;
 }
Exemplo n.º 2
0
 public void SetTestClassType(Type testClassType)
 {
     RemoteApplication?.SetTestClassType(testClassType);
 }