Class: TestXml::AssertionConfig
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- TestXml::AssertionConfig
- Defined in:
- lib/test_xml/assertions.rb
Instance Method Summary collapse
Instance Method Details
#assert_name ⇒ Object
5 6 7 |
# File 'lib/test_xml/assertions.rb', line 5 def assert_name "assert_#{name}" end |
#assert_not_name ⇒ Object
9 10 11 |
# File 'lib/test_xml/assertions.rb', line 9 def assert_not_name "assert_not_#{name}" end |
#expectation ⇒ Object
13 14 15 |
# File 'lib/test_xml/assertions.rb', line 13 def expectation "must_#{matcher}" end |