struct Spectator::Formatting::Components::JUnit::TestSuite::Counts
Overview
Amounts for each type of test result.
Defined in:
spectator/formatting/components/junit/test_suite.crConstructors
Instance Method Summary
- #clone
- #copy_with(total _total = @total, failures _failures = @failures, errors _errors = @errors, skipped _skipped = @skipped)
- #errors : Int32
- #failures : Int32
- #skipped : Int32
- #total : Int32
Instance methods inherited from class Object
  
  
    
      should(matcher, message = nil)
    should, 
    
  
    
      should_eventually(matcher, message = nil)
    should_eventually, 
    
  
    
      should_never(matcher, message = nil)
    should_never, 
    
  
    
      should_not(matcher, message = nil)
    should_not
    
  
    
    
  
Constructor Detail
Instance Method Detail
        
        def copy_with(total _total = @total, failures _failures = @failures, errors _errors = @errors, skipped _skipped = @skipped)
        #