Method: RPC::HelperTest#test_create

Defined in:
lib/vendor/xmpp4r/test/rpc/tc_helper.rb

#test_createObject



23
24
25
26
27
28
29
30
# File 'lib/vendor/xmpp4r/test/rpc/tc_helper.rb', line 23

def test_create
  give_client_jid!

  cl = RPC::Client.new(@client, 'a@b/c')
  assert_kind_of(RPC::Client, cl)
  sv = RPC::Server.new(@server)
  assert_kind_of(RPC::Server, sv)
end