openshot-audio  0.1.4
Public Attributes | List of all members
juce::UnitTestRunner::TestResult Struct Reference

#include <juce_core.h>

Public Attributes

String unitTestName
 
String subcategoryName
 
int passes
 
int failures
 
StringArray messages
 

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

◆ failures

int juce::UnitTestRunner::TestResult::failures

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

◆ messages

StringArray juce::UnitTestRunner::TestResult::messages

A list of messages describing the failed tests.

◆ passes

int juce::UnitTestRunner::TestResult::passes

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

◆ subcategoryName

String juce::UnitTestRunner::TestResult::subcategoryName

The name of the current subcategory (i.e. the name that was set when UnitTest::beginTest() was called).

◆ unitTestName

String juce::UnitTestRunner::TestResult::unitTestName

The main name of this test (i.e. the name of the UnitTest object being run).


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