Class Hpricot::Elem
In: lib/merb-core/test/test_ext/hpricot.rb
Parent: Object

yehudakatz.com/2007/01/27/a-better-assert_select-assert_elements/ based on assert_elements Author: Yehuda Katz Email: wycats @nospam@ gmail.com Web: www.yehudakatz.com

which was based on HpricotTestHelper Author: Luke Redpath Email: contact @nospam@ lukeredpath.co.uk Web: www.lukeredpath.co.uk / opensource.agileevolved.com

Methods

Public Instance methods

contains?(value)

Alias for contain?

courtesy of ‘thomas’ from the comments of _whys blog - get in touch if you want a better credit!

matches?(regex)

Alias for match?

[Validate]