Re: [Oorexx-devel] ooRexxUnit Writing a test case

2008-07-01 Thread Mark Miesfeld
What are the assertXXX() methods. The last in this series for a bit. After reading the other posts in this series, the main thing that is left is to list the different assertXXX() methods. They are: assertEquals(expected, actual, msg) assertNotEquals(expected, actual, msg) assertNull(actual,

Re: [Oorexx-devel] ooRexxUnit Writing a test case

2008-07-01 Thread Mark Miesfeld
On Tue, Jul 1, 2008 at 10:16 AM, Rick McGuire [EMAIL PROTECTED] wrote: Mark, this has been wonderfulI think there's one more tutorial piece needed, and that's how to write tests where you want to validate that an error is generated. Oh, yeah, you're right. Actually I also meant to show