Sha256: 7cbfb76225d14ba005c3afc8cdd23f6142f29977c81bd4d7f6fab792866fb79c

Contents?: true

Size: 434 Bytes

Versions: 48

Compression:

Stored size: 434 Bytes

Contents

# -*- coding: utf-8 -*-
require 'helper'
require 'write_xlsx/drawing'

class TestWriteAGraphicFrameLocks < Test::Unit::TestCase
  def setup
    @drawing = Writexlsx::Drawing.new
  end

  def test_write_a_graphic_frame_locks
    expected = '<a:graphicFrameLocks noGrp="1"/>'

    @drawing.__send__(:write_a_graphic_frame_locks)
    result = @drawing.instance_variable_get(:@writer).string

    assert_equal(expected, result)
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
write_xlsx-0.77.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.76.3 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.76.2 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.76.1 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.76.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.75.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.74.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.73.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.72.3.beta1 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.72.2 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.72.1 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.72.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.71.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.70.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.69.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.65.1 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.65.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.64.1 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.64.0 test/drawing/test_write_a_graphic_frame_locks.rb
write_xlsx-0.62.0 test/drawing/test_write_a_graphic_frame_locks.rb