mstest - How to unit-test BizTalk maps containing e.g. DB functoids? -


i exploring possibilities of unit-testing biztalk server 2010 artifacts mstest.

so testing maps (thanks testablemapbase) , comparing outputs (using xmldsigc14ntransform's digested output) , works fine –now– but:

how can unit-test map containing e.g. databaselookupfunctoid , databasevalueextractfunctoid, or perhaps datecurrentdatefunctoid?

i experimented bit moles framework , allows me solve problem datecurrentdatefunctoid, since suffices deroute datetime.now that.

still, need further check possibilities or alternatives, without pulling out big guns typemock or justmock…


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -