Re: Binary message creation in BizTalk Server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Arun (anonymous_at_discussions.microsoft.com)
Date: 05/03/04


Date: Mon, 3 May 2004 07:11:03 -0700

In my CreateMessage method, I need to pass a XLangMessage variable.

How will I pass this and do a unit testing with a client application?

I could not find much info in MSDN also

Help needed



Relevant Pages

  • Re: OO Unit Test Question
    ... [Stubbing B::doB in the test harness to return an appropriate value for the test case is just a form of self-delusion; one is just testing the test harness, not the contract between A and its client. ... When unit testing A::doA, all one has to demonstrate is that B::doB was called with the correct 'x'. ... Pathfinder Solutions -- Put MDA to Work ...
    (comp.object)
  • Re: When static typing is worth it
    ... I wrote 50kLOC of custom object marshalling code in OCaml and the ... client insisted on unit testing it. ... caught many bugs and 24hrs of running unit tests caught precisely zero ... It gives you (or your client) a warm and fuzzy feeling when the ...
    (comp.lang.lisp)
  • Re: Why does python not have a mechanism for data hiding?
    ... at how unit testing is done is C++, Java, and Ada. ... Don't test private functions. ... or the client is not smart enough to understand what they need. ... the solution is smarter programmers and clients rather than a dumber ...
    (comp.lang.python)