class Spectator::Formatting::ProgressFormatter
  
  
  Overview
Output formatter that produces a single character for each test as it completes. A '.' indicates a pass, 'F' a failure, 'E' an error, and '*' a skipped or pending test.
Included Modules
Defined in:
spectator/formatting/progress_formatter.crConstructors
- 
        .new(io : IO = STDOUT)
        
          
Creates the formatter.
 
Instance Method Summary
- 
        #example_error(_notification)
        
          
Produces an error character.
 - 
        #example_failed(_notification)
        
          
Produces a fail character.
 - 
        #example_passed(_notification)
        
          
Produces a pass character.
 - 
        #example_pending(_notification)
        
          
Produces a skip character.
 - 
        #stop
        
          
Produces a new line after the tests complete.
 
Instance methods inherited from module Spectator::Formatting::Summary
  
  
    
      dump_failures(notification)
    dump_failures, 
    
  
    
      dump_pending(notification)
    dump_pending, 
    
  
    
      dump_profile(notification)
    dump_profile, 
    
  
    
      dump_summary(notification)
    dump_summary, 
    
  
    
      start_dump
    start_dump
    
  
    
    
    
  
    
  Instance methods inherited from class Spectator::Formatting::Formatter
  
  
    
      close
    close, 
    
  
    
      dump_failures(_notification)
    dump_failures, 
    
  
    
      dump_pending(_notification)
    dump_pending, 
    
  
    
      dump_profile(_notification)
    dump_profile, 
    
  
    
      dump_summary(_notification)
    dump_summary, 
    
  
    
      example_error(_notification)
    example_error, 
    
  
    
      example_failed(_notification)
    example_failed, 
    
  
    
      example_finished(_notification)
    example_finished, 
    
  
    
      example_passed(_notification)
    example_passed, 
    
  
    
      example_pending(_notification)
    example_pending, 
    
  
    
      example_started(_notification)
    example_started, 
    
  
    
      message(_notification)
    message, 
    
  
    
      start(_notification)
    start, 
    
  
    
      start_dump
    start_dump, 
    
  
    
      stop
    stop
    
  
    
    
    
  
    
    
    
    
  
    
  Instance methods inherited from class Object
  
  
    
      should(matcher : Spectator::Matchers::TypeMatcher(U), message = nil, *, _file = __FILE__, _line = __LINE__) forall Ushould(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should, should_eventually(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should_eventually, should_never(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should_never, should_not(matcher : Spectator::Matchers::TypeMatcher(U), message = nil, *, _file = __FILE__, _line = __LINE__) forall U
should_not(matcher : Spectator::Matchers::NilMatcher, message = nil, *, _file = __FILE__, _line = __LINE__)
should_not(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should_not