Sha256: f3a503460462a0e3fe64d6d47e979c8ca9724cf547d583bb70736bdd61361c8e
Contents?: true
Size: 400 Bytes
Versions: 22
Compression:
Stored size: 400 Bytes
Contents
require_relative 'test_helper' describe "Continue Command" do include TestDsl temporary_change_method_value(Debugger, :printer, Printers::Xml.new) it "must show error if there is no specified line" do enter 'cont 123' debug_file('continue') check_output_includes "<error>Line 123 is not a stopping point in file '#{fullpath('continue')}'</error>", interface.error_queue end end
Version data entries
22 entries across 22 versions & 1 rubygems