# File test/test_EditProperties.rb, line 390
    def test_src_add_to_last
      @name = 'Foo'
      @pos = 1
      @EditProperties.src = @SetupDocument
      assert_equal(1, @pos_call)
      assert_equal(1, @name_call)
      assert_equal(1, @list_call)
      assert_equal(1, @length_call)
      assert_equal(1, @add_entry_call)
      assert_equal(1, @at_call)
      assert_equal(1, @at_pos)
      assert_equal(1, @init_call)
      assert_equal('Foo', @init_name)
    end