JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
UnitTestRunner::TestResult Struct Reference

Contains the results of a test. More...

List of all members.

Public Attributes

String unitTestName
 The main name of this test (i.e.
String subcategoryName
 The name of the current subcategory (i.e.
int passes
 The number of UnitTest::expect() calls that succeeded.
int failures
 The number of UnitTest::expect() calls that failed.
StringArray messages
 A list of messages describing the failed tests.

Detailed Description

Contains the results of a test.

One of these objects is instantiated each time UnitTest::beginTest() is called, and it contains details of the number of subsequent UnitTest::expect() calls that are made.


Member Data Documentation

The main name of this test (i.e.

the name of the UnitTest object being run).

The name of the current subcategory (i.e.

the name that was set when UnitTest::beginTest() was called).

The number of UnitTest::expect() calls that succeeded.

The number of UnitTest::expect() calls that failed.

A list of messages describing the failed tests.


The documentation for this struct was generated from the following file: