Class CI::Reporter::TestSuite
In: lib/ci/reporter/test_suite.rb
Parent: Struct.new(:name, :tests, :time, :failures, :errors, :skipped, :assertions, :timestamp)

Basic structure representing the running of a test suite. Used to time tests and store results.

Methods

finish   new   start   to_xml  

Included Modules

StructureXmlHelpers

Attributes

stderr  [RW] 
stdout  [RW] 
testcases  [RW] 

Public Class methods

Public Instance methods

Finishes timing the test suite.

Starts timing the test suite.

Creates an xml string containing the test suite results.

[Validate]