openshot-audio
0.1.6
|
#include <juce_UnitTest.h>
Public Attributes | |
String | unitTestName |
String | subcategoryName |
int | passes |
int | failures |
StringArray | messages |
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.
int UnitTestRunner::TestResult::failures |
The number of UnitTest::expect() calls that failed.
StringArray UnitTestRunner::TestResult::messages |
A list of messages describing the failed tests.
int UnitTestRunner::TestResult::passes |
The number of UnitTest::expect() calls that succeeded.
String UnitTestRunner::TestResult::subcategoryName |
The name of the current subcategory (i.e. the name that was set when UnitTest::beginTest() was called).
String UnitTestRunner::TestResult::unitTestName |
The main name of this test (i.e. the name of the UnitTest object being run).