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

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -