コード例 #1
0
 protected RemoteDeploymentDeathWatchSpec(RemoteDeploymentDeathWatchSpecConfig specConfig)
     : base(specConfig)
 {
     _specConfig = specConfig;
     _assertions = new XunitAssertions();
 }
コード例 #2
0
 protected RemoteDeploymentDeathWatchSpec(RemoteDeploymentDeathWatchSpecConfig specConfig)
     : base(specConfig)
 {
     _specConfig = specConfig;
     _assertions = new XunitAssertions();
 }