Microsoft.WindowsAzure.Commands.Test.Utilities.Common.AzureAssert.AreEqualServicePathInfo C# (CSharp) Method

AreEqualServicePathInfo() public static method

public static AreEqualServicePathInfo ( CloudProjectPathInfo expected, CloudProjectPathInfo actual ) : void
expected CloudProjectPathInfo
actual CloudProjectPathInfo
return void
        public static void AreEqualServicePathInfo(CloudProjectPathInfo expected, CloudProjectPathInfo actual)
        {
            AreEqualServicePathInfo(expected.CloudConfiguration, expected.CloudPackage, expected.Definition, expected.LocalConfiguration,
                expected.LocalPackage, expected.RootPath, expected.Settings, actual);
        }

Same methods

AzureAssert::AreEqualServicePathInfo ( string rootPath, CloudProjectPathInfo actual ) : void
AzureAssert::AreEqualServicePathInfo ( string cloudConfig, string cloudPackage, string def, string localConfig, string localPackage, string rootPath, string settings, CloudProjectPathInfo actual ) : void