Method: Test::Unit::Assertions#assert_xhtml_

Defined in:
lib/assert2/xpath.rb

#assert_xhtml_(xhtml) ⇒ Object



34
35
36
# File 'lib/assert2/xpath.rb', line 34

def assert_xhtml_(xhtml)
  return _assert_xml_(xhtml) # , XML::HTMLParser)

end