Sha256: 988c2306145b2ba914448ea627cb31f1ca78ee97c3e847e21441388a40ed060b

Contents?: true

Size: 342 Bytes

Versions: 22

Compression:

Stored size: 342 Bytes

Contents

require_relative 'test_helper'

describe "Info Command" do
  include TestDsl
  temporary_change_method_value(Debugger, :printer, Printers::Xml.new)

  it "must be unsupported for XML printer" do
    enter 'info line'
    debug_file 'info'
    check_output_includes "<error>Unsupported command 'info'</error>", interface.error_queue
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
debugger-xml-0.5.0.pre2 test/info_test.rb
debugger-xml-0.5.0.pre1 test/info_test.rb
debugger-xml-0.4.1 test/info_test.rb
debugger-xml-0.4.0 test/info_test.rb
debugger-xml-0.3.3 test/info_test.rb
debugger-xml-0.3.2 test/info_test.rb
debugger-xml-0.3.1 test/info_test.rb
debugger-xml-0.2.0 test/info_test.rb
debugger-xml-0.1.9 test/info_test.rb
debugger-xml-0.1.8 test/info_test.rb
debugger-xml-0.1.7 test/info_test.rb
debugger-xml-0.1.6 test/info_test.rb
debugger-xml-0.1.5 test/info_test.rb
debugger-xml-0.1.4 test/info_test.rb
debugger-xml-0.1.3 test/info_test.rb
debugger-xml-0.1.2 test/info_test.rb
debugger-xml-0.1.1 test/info_test.rb
debugger-xml-0.1.0 test/info_test.rb
debugger-xml-0.0.4 test/info_test.rb
debugger-xml-0.0.3 test/info_test.rb