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 : Spectator::Matchers::TypeMatcher(U), message = nil, *, _file = __FILE__, _line = __LINE__) forall U
should(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

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 #