I am exploring the possibilities of unit-testing BizTalk Server 2010 artifacts with MSTest.
So currently I am testing maps (thanks to TestableMapBase
) and comparing outputs (using XmlDsigC14NTransform
's digested output) and all that works fine –now– but:
How can I properly unit-test a map containing e.g. a DatabaseLookupFunctoid
and DatabaseValueExtractFunctoid
, or perhaps simply a DateCurrentDateFunctoid
?