Smutty


Smutty.Smutty_Test

Class Smutty_Test

UnitTestCase
|
+--Smutty_Test

public class Smutty_Test
extends UnitTestCase

Smutty's own subclass of the SimpleTest UnitTestCase. it just adds a few extra nice things that are... well, nice.

/


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

Method Detail

assertRegExps

public nothing assertRegExps(String string, String regexps)

this function tests an array of regular expressions against a string and asserts that they all match

Parameters:
string - the string to match against
regexps - the regexp's to match
Go to code

Smutty