# File test/test_control.rb, line 113
    def map(name)
      @map_call += 1
      @map_last_name = name
      if (@properties[name]) then
        assert_instance_of(Hash, @properties[name])
        return @properties[name].dup
      else
        return Hash.new
      end
    end