Read/Load multiple XML in a single test initialize with NDbUnit
问题 I am trying to use the NDbUnit. I have created seperate XSD for each table instead of one large XSD for complete database. My tests run fine when I use only single XSD and singe xml read. However for a perticular test, I need to have data in two or three different (but related) tables. If I try to read more than one xsd and xml, then it throws exception. Here is my code [ClassInitialize()] public static void MyClassInitialize(TestContext testContext) { IDbConnection connection = DbConnection