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 : 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
Constructor Detail
Instance Method Detail
def copy_with(total _total = @total, failures _failures = @failures, errors _errors = @errors, skipped _skipped = @skipped)
#