Module: TestBench::Run::Controls::Summary::File::Unstyled
- Defined in:
- lib/test_bench/run/controls/summary/file.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/test_bench/run/controls/summary/file.rb', line 7 def self.example " File Summary\n - - -\n - \#{Path::File.example}: no tests, 11 failures, 12+ skipped, 2 errors:\n \#{Message::Error.example}\n \#{Session::BacktraceLocation.example}\n\n \#{Message::Error.other_example}\n \#{Session::BacktraceLocation.other_example}\n\n - \#{Path::File.other_example}: 1 failure\n TEXT\nend\n" |