struct Spectator::Formatting::Components::JUnit::TestSuite::Counts

Overview

Amounts for each type of test result.

Defined in:

spectator/formatting/components/junit/test_suite.cr

Constructors

Instance Method Summary

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

def self.new(total : Int32, failures : Int32, errors : Int32, skipped : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(total _total = @total, failures _failures = @failures, errors _errors = @errors, skipped _skipped = @skipped) #

[View source]
def errors : Int32 #

def failures : Int32 #

def skipped : Int32 #

def total : Int32 #