It means you can just run Mocketry tests with SUnit test runner, no modifications needed. Just as with "ordinary" tests, all verifications are performed "at place":

SomeObjectTests >> testDoesSomething
�2 + 2 should equal: 4. "Here it passes"
�2 + 2 should equal: 5. "Here it fails"
�� �"Nothing else is needed"

�Or, did I misunderstood your question?



2011/7/19 Sean P. DeNigris <sean@clipperadams.com>
I read that Mocketry is compatible with the SUnit test runner. How would one
use it like this? call #verify at the end of a TestCaseSubclass>>testXxx?

Thanks.
Sean

--
View this message in context: http://forum.world.st/Mocketry-tp3555258p3676822.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.




--
Dennis Schetinin