|
| 1 | +// <auto-generated> |
| 2 | +// Copyright (c) Microsoft and contributors. All rights reserved. |
| 3 | +// |
| 4 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +// you may not use this file except in compliance with the License. |
| 6 | +// You may obtain a copy of the License at |
| 7 | +// http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +// |
| 9 | +// Unless required by applicable law or agreed to in writing, software |
| 10 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +// |
| 13 | +// See the License for the specific language governing permissions and |
| 14 | +// limitations under the License. |
| 15 | +// |
| 16 | +// |
| 17 | +// Warning: This code was generated by a tool. |
| 18 | +// |
| 19 | +// Changes to this file may cause incorrect behavior and will be lost if the |
| 20 | +// code is regenerated. |
| 21 | +// |
| 22 | +// For documentation on code generator please visit |
| 23 | +// https://aka.ms/nrp-code-generation |
| 24 | +// Please contact [email protected] if you need to make changes to this file. |
| 25 | +// </auto-generated> |
| 26 | + |
| 27 | +using System; |
| 28 | +using Microsoft.Azure.ServiceManagemenet.Common.Models; |
| 29 | +using Microsoft.WindowsAzure.Commands.ScenarioTest; |
| 30 | +using Microsoft.WindowsAzure.Commands.Test.Utilities.Common; |
| 31 | +using Xunit; |
| 32 | +using Xunit.Abstractions; |
| 33 | + |
| 34 | +namespace Commands.Network.Test.ScenarioTests |
| 35 | +{ |
| 36 | + public class LoadBalancerTestsGenerated : RMTestBase |
| 37 | + { |
| 38 | + public XunitTracingInterceptor _logger; |
| 39 | + |
| 40 | + public LoadBalancerTestsGenerated(Xunit.Abstractions.ITestOutputHelper output) |
| 41 | + { |
| 42 | + _logger = new XunitTracingInterceptor(output); |
| 43 | + XunitTracingInterceptor.AddToContext(_logger); |
| 44 | + } |
| 45 | + |
| 46 | + [Fact] |
| 47 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 48 | + [Trait(Category.Owner, Category.slbdev)] |
| 49 | + public void TestLoadBalancerCRUDMinimalParameters() |
| 50 | + { |
| 51 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-LoadBalancerCRUDMinimalParameters")); |
| 52 | + } |
| 53 | + |
| 54 | + [Fact] |
| 55 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 56 | + [Trait(Category.Owner, Category.slbdev)] |
| 57 | + public void TestLoadBalancerCRUDAllParameters() |
| 58 | + { |
| 59 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-LoadBalancerCRUDAllParameters")); |
| 60 | + } |
| 61 | + |
| 62 | + [Fact] |
| 63 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 64 | + [Trait(Category.Owner, Category.slbdev)] |
| 65 | + public void TestFrontendIPConfigurationCRUDMinimalParameters() |
| 66 | + { |
| 67 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-FrontendIPConfigurationCRUDMinimalParameters")); |
| 68 | + } |
| 69 | + |
| 70 | + [Fact] |
| 71 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 72 | + [Trait(Category.Owner, Category.slbdev)] |
| 73 | + public void TestFrontendIPConfigurationCRUDAllParameters() |
| 74 | + { |
| 75 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-FrontendIPConfigurationCRUDAllParameters")); |
| 76 | + } |
| 77 | + |
| 78 | + [Fact] |
| 79 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 80 | + [Trait(Category.Owner, Category.slbdev)] |
| 81 | + public void TestBackendAddressPoolCRUDMinimalParameters() |
| 82 | + { |
| 83 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-BackendAddressPoolCRUDMinimalParameters")); |
| 84 | + } |
| 85 | + |
| 86 | + [Fact] |
| 87 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 88 | + [Trait(Category.Owner, Category.slbdev)] |
| 89 | + public void TestLoadBalancingRuleCRUDMinimalParameters() |
| 90 | + { |
| 91 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-LoadBalancingRuleCRUDMinimalParameters")); |
| 92 | + } |
| 93 | + |
| 94 | + [Fact] |
| 95 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 96 | + [Trait(Category.Owner, Category.slbdev)] |
| 97 | + public void TestLoadBalancingRuleCRUDAllParameters() |
| 98 | + { |
| 99 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-LoadBalancingRuleCRUDAllParameters")); |
| 100 | + } |
| 101 | + |
| 102 | + [Fact] |
| 103 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 104 | + [Trait(Category.Owner, Category.slbdev)] |
| 105 | + public void TestProbeCRUDMinimalParameters() |
| 106 | + { |
| 107 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-ProbeCRUDMinimalParameters")); |
| 108 | + } |
| 109 | + |
| 110 | + [Fact] |
| 111 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 112 | + [Trait(Category.Owner, Category.slbdev)] |
| 113 | + public void TestProbeCRUDAllParameters() |
| 114 | + { |
| 115 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-ProbeCRUDAllParameters")); |
| 116 | + } |
| 117 | + |
| 118 | + [Fact] |
| 119 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 120 | + [Trait(Category.Owner, Category.slbdev)] |
| 121 | + public void TestInboundNatRuleCRUDMinimalParameters() |
| 122 | + { |
| 123 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-InboundNatRuleCRUDMinimalParameters")); |
| 124 | + } |
| 125 | + |
| 126 | + [Fact] |
| 127 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 128 | + [Trait(Category.Owner, Category.slbdev)] |
| 129 | + public void TestInboundNatRuleCRUDAllParameters() |
| 130 | + { |
| 131 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-InboundNatRuleCRUDAllParameters")); |
| 132 | + } |
| 133 | + |
| 134 | + [Fact] |
| 135 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 136 | + [Trait(Category.Owner, Category.slbdev)] |
| 137 | + public void TestInboundNatPoolCRUDMinimalParameters() |
| 138 | + { |
| 139 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-InboundNatPoolCRUDMinimalParameters")); |
| 140 | + } |
| 141 | + |
| 142 | + [Fact] |
| 143 | + [Trait(Category.AcceptanceType, Category.CheckIn)] |
| 144 | + [Trait(Category.Owner, Category.slbdev)] |
| 145 | + public void TestInboundNatPoolCRUDAllParameters() |
| 146 | + { |
| 147 | + NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-InboundNatPoolCRUDAllParameters")); |
| 148 | + } |
| 149 | + } |
| 150 | +} |
0 commit comments