コード例 #1
0
 public ConditionTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #2
0
 public UserDefinedFunctionTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #3
0
 public DependsOnTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #4
0
 public NestedTemplateTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #5
0
 public ReferenceTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #6
0
 public ValidateTemplateTest(ARMOrchestartionFixture fixture)
 {
     this.functions      = fixture.ARMFunctions;
     this.infrastructure = fixture.ServiceProvider.GetService <IInfrastructure>();
 }
コード例 #7
0
 public ARMFunctionsTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #8
0
 public DeploymentOrchestrationTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #9
0
 public ResourceTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }
コード例 #10
0
 public CopyIndexTest(ARMOrchestartionFixture fixture)
 {
     this.fixture = fixture;
 }