# File test/test_EditProperties.rb, line 375 def test_src_in_range_with_new_name @name = 'Bar' @pos = 0 @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, @at_call) assert_equal(0, @at_pos) assert_equal(1, @mount_name_call) assert_equal(1, @init_call) assert_equal('Bar', @init_name) end