ApprovalTests.Tests.Xml.XmlTest.TestOrderedXmlWithDeepAttributes C# (CSharp) Method

TestOrderedXmlWithDeepAttributes() private method

private TestOrderedXmlWithDeepAttributes ( ) : void
return void
	    public void TestOrderedXmlWithDeepAttributes()
	    {
            XmlApprovals.VerifyOrderedXml("<xml b=\"1\" a=\"1\"><branch1 b=\"1\" a=\"1\"/><branch2 b=\"1\" a=\"1\">hi</branch2></xml>");
	    }
	}