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

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

Methods

create_builder   finish   new   start   to_xml  

Attributes

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

Public Class methods

Public Instance methods

Creates the xml builder instance used to create the report xml document.

Finishes timing the test suite.

Starts timing the test suite.

Creates an xml string containing the test suite results.

[Validate]