blob: 64979f4c4236ae96728aa2b8936c65a53b857079 [file] [log] [blame]
# test ClientOptions class
require 'test/unit'
require File.join(File.dirname(__FILE__),'_loadpath')
require 'openwsman'
class ClientOptionsTest < Test::Unit::TestCase
def test_client_options_constructor
options = Openwsman::ClientOptions.new
assert options
end
end