Method: ErrorTest#test_create
- Defined in:
- lib/vendor/xmpp4r/test/tc_errors.rb
#test_create ⇒ Object
55 56 57 58 59 60 61 |
# File 'lib/vendor/xmpp4r/test/tc_errors.rb', line 55 def test_create e = ErrorResponse.new assert_equal(nil, e.error) assert_equal(nil, e.code) assert_equal(nil, e.type) assert_equal(nil, e.text) end |