# File test/test_params.rb, line 1364
    def test_name_list
      assert_equal([ 'Foo' ], @entry.name_list)
      assert_equal(1, @name_list_call)
    end