|
From: Richard H. <Ric...@qu...> - 2006-11-29 20:47:35
|
After trying to debug the problems I was having with Ordered expectations I believe that Ordered and Unordered should be function calls and not properties. The only changes to the current tests that would be required are the parenthesis on each use of Ordered and Unordered. Changing them to function calls would allow for easier debugging of ordered test cases. Currently any time you expand the mock object in the debugger data window the Ordered and Unordered properties have get called on them so any inspection changes the state of the machine. -Richard Holden |