Searched refs:TestJSONAddition (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/json/
H A Dtest_json_addition.rb13 class TestJSONAddition < Test::Unit::TestCase class
67 'json_class' => 'TestJSONAddition::Nix',
99 {"args"=>[666], "json_class"=>"TestJSONAddition::A"}.sort_by { |k,| k },
108 assert_equal({ "json_class"=>"TestJSONAddition::B" }, JSON.parse(json))

Completed in 115 milliseconds