Sha256: f136b3663e3613df18b38b9c1335b344e637ddc50065c5d8c0c9dc8b83d754cd

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

module SlackTestReporter
  # Representation of a Test Report
  # A Report has many Suites
  class Report
    attr_accessor :time, :count, :success, :fail, :skipped, :error

    attr_accessor :suites
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack_test_reporter-0.0.1 lib/slack_test_reporter/report.rb