UnitTestCase
|
+--Smutty_Test
public class Smutty_Test
extends UnitTestCase
| Method Summary | |
|---|---|
| nothing | assertRegExps(String string, String regexps) this function tests an array of regular expressions against a string and asserts that they all match |
public nothing assertRegExps(String string, String regexps)
this function tests an array of regular expressions against a string and asserts that they all match
Smutty's own subclass of the SimpleTest UnitTestCase. it just adds a few extra nice things that are... well, nice.
/