# File test.rb, line 514
    def test_index
      @@ns.set("Santa Claus", "Kris Kringle")
      assert_equal("Kris Kringle", @@ns["Santa Claus"],
        "Use Namespace#get to access to Namespace value")
    end