A BizTalk Server 2010 solution contains a map that transforms an internal order format into the order format of a supplier. You have examples of the internal order. You need to perform unit testing to make sure that the map works. You add a test project and a test class to the solution. You then add a reference to the project with the map. What should you do next?
A.
Add a reference to Microsoft.XLANGs.BaseTypes and to Microsoft.BizTalk.BaseFunctoids. Use the TestableSchemaBase class to test the schema.
B.
Add a reference to Microsoft.XLANGs.BaseTypes and to Microsoft.BizTalk.BaseFunctoids. Use the TestableMapBase class to test the map.
C.
Add a reference to Microsoft.BizTalk.TestTools and to Microsoft.XLANGs.BaseTypes. Use the TestableMapBase class to test the map.
D.
Add a reference to Microsoft.BizTalk.TestTools and to Microsoft.BizTalk.BaseFunctoids. Use the TestableMapBase class to test the map.