method

assert_no_match

v1_9_3_125 - Show latest stable - Class: Test::Unit::Assertions
assert_no_match(regexp, string, msg=nil)
public

Tests if the given Regexp does not match a given String.

An optional failure message may be provided as the final argument.