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