For unit testing XmlDocument, I'm a little bit worried about the way I write test case.
To assert the XmlDocument, I'm creating XmlElements manually. sometime the XmlDocument to test is large, so I need to write a lot of code to build an expected xmldocument. the workload is huge.
Is there any better implement on XmlDocument unit testing?