# File test/test_DocumentTable.rb, line 391 def test_argument @DocumentTable.argument = { :name => 'first argument', :type => :string, :default => 'alice', :value => 'apple' } assert_equal('first argument', @DocumentTable.arg_name) assert_equal('apple', @DocumentTable.arg_value) end