Class: DevSystem::LineShellTest

Inherits:
ShellTest show all
Defined in:
lib/dev_system/sub/shell/shells/line_shell_test.rb

Instance Method Summary collapse

Methods inherited from Liza::UnitTest

test_methods_defined

Methods inherited from Liza::Test

color, subsystem

Methods inherited from Liza::Unit

const_missing, division, part, system, #system, test_class

Instance Method Details

#get_wall_linesObject



13
14
15
16
17
# File 'lib/dev_system/sub/shell/shells/line_shell_test.rb', line 13

def get_wall_lines
  lines = render!(:wall, format: :txt).split("\n")
  assert_equality lines.count, 9, kaller: caller
  lines
end