コード例 #1
0
 public RestartProcessCommandTests(RunspaceFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #2
0
 public StopProcessCommandTests(RunspaceFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #3
0
 public StartSessionCommandTests(RunspaceFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #4
0
 public RegisterResourceCommandTests(RunspaceFixture fixture)
 {
     this.fixture = fixture;
 }