Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
testing::UnitTest Class Reference

#include <gtest.h>

Public Member Functions

const TestResultad_hoc_test_result () const
 
const TestCasecurrent_test_case () const GTEST_LOCK_EXCLUDED_(mutex_)
 
const TestInfocurrent_test_info () const GTEST_LOCK_EXCLUDED_(mutex_)
 
const TestSuitecurrent_test_suite () const GTEST_LOCK_EXCLUDED_(mutex_)
 
int disabled_test_count () const
 
TimeInMillis elapsed_time () const
 
bool Failed () const
 
int failed_test_case_count () const
 
int failed_test_count () const
 
int failed_test_suite_count () const
 
const TestCaseGetTestCase (int i) const
 
const TestSuiteGetTestSuite (int i) const
 
TestEventListenerslisteners ()
 
const char * original_working_dir () const
 
internal::ParameterizedTestSuiteRegistryparameterized_test_registry () GTEST_LOCK_EXCLUDED_(mutex_)
 
bool Passed () const
 
int random_seed () const
 
int reportable_disabled_test_count () const
 
int reportable_test_count () const
 
int Run () GTEST_MUST_USE_RESULT_
 
int skipped_test_count () const
 
TimeInMillis start_timestamp () const
 
int successful_test_case_count () const
 
int successful_test_count () const
 
int successful_test_suite_count () const
 
int test_case_to_run_count () const
 
int test_suite_to_run_count () const
 
int test_to_run_count () const
 
int total_test_case_count () const
 
int total_test_count () const
 
int total_test_suite_count () const
 

Static Public Member Functions

static UnitTestGetInstance ()
 

Private Member Functions

EnvironmentAddEnvironment (Environment *env)
 
void AddTestPartResult (TestPartResult::Type result_type, const char *file_name, int line_number, const std::string &message, const std::string &os_stack_trace) GTEST_LOCK_EXCLUDED_(mutex_)
 
TestSuiteGetMutableTestSuite (int i)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (UnitTest)
 
internal::UnitTestImpl * impl ()
 
const internal::UnitTestImpl * impl () const
 
void PopGTestTrace () GTEST_LOCK_EXCLUDED_(mutex_)
 
void PushGTestTrace (const internal::TraceInfo &trace) GTEST_LOCK_EXCLUDED_(mutex_)
 
void RecordProperty (const std::string &key, const std::string &value)
 
 UnitTest ()
 
virtual ~UnitTest ()
 

Private Attributes

internal::UnitTestImpl * impl_
 
internal::Mutex mutex_
 

Friends

EnvironmentAddGlobalTestEnvironment (Environment *env)
 
class internal::AssertHelper
 
internal::UnitTestImpl * internal::GetUnitTestImpl ()
 
void internal::ReportFailureInUnknownLocation (TestPartResult::Type result_type, const std::string &message)
 
class internal::StreamingListenerTest
 
class internal::UnitTestRecordPropertyTestHelper
 
class ScopedTrace
 
class Test
 

Detailed Description

Definition at line 1251 of file gtest.h.

Constructor & Destructor Documentation

◆ UnitTest()

testing::UnitTest::UnitTest ( )
private

Definition at line 4891 of file gtest.cc.

◆ ~UnitTest()

testing::UnitTest::~UnitTest ( )
privatevirtual

Definition at line 4896 of file gtest.cc.

Member Function Documentation

◆ ad_hoc_test_result()

const TestResult & testing::UnitTest::ad_hoc_test_result ( ) const

Definition at line 4656 of file gtest.cc.

◆ AddEnvironment()

Environment * testing::UnitTest::AddEnvironment ( Environment env)
private

Definition at line 4682 of file gtest.cc.

◆ AddTestPartResult()

void testing::UnitTest::AddTestPartResult ( TestPartResult::Type  result_type,
const char *  file_name,
int  line_number,
const std::string message,
const std::string os_stack_trace 
)
private

Definition at line 4695 of file gtest.cc.

◆ current_test_case()

const TestCase * testing::UnitTest::current_test_case ( ) const

Definition at line 4865 of file gtest.cc.

◆ current_test_info()

const TestInfo * testing::UnitTest::current_test_info ( ) const

Definition at line 4874 of file gtest.cc.

◆ current_test_suite()

const TestSuite * testing::UnitTest::current_test_suite ( ) const

Definition at line 4857 of file gtest.cc.

◆ disabled_test_count()

int testing::UnitTest::disabled_test_count ( ) const

Definition at line 4608 of file gtest.cc.

◆ elapsed_time()

internal::TimeInMillis testing::UnitTest::elapsed_time ( ) const

Definition at line 4630 of file gtest.cc.

◆ Failed()

bool testing::UnitTest::Failed ( ) const

Definition at line 4639 of file gtest.cc.

◆ failed_test_case_count()

int testing::UnitTest::failed_test_case_count ( ) const

Definition at line 4578 of file gtest.cc.

◆ failed_test_count()

int testing::UnitTest::failed_test_count ( ) const

Definition at line 4600 of file gtest.cc.

◆ failed_test_suite_count()

int testing::UnitTest::failed_test_suite_count ( ) const

Definition at line 4558 of file gtest.cc.

◆ GetInstance()

UnitTest * testing::UnitTest::GetInstance ( )
static

Definition at line 4538 of file gtest.cc.

◆ GetMutableTestSuite()

TestSuite * testing::UnitTest::GetMutableTestSuite ( int  i)
private

Definition at line 4662 of file gtest.cc.

◆ GetTestCase()

const TestCase * testing::UnitTest::GetTestCase ( int  i) const

Definition at line 4649 of file gtest.cc.

◆ GetTestSuite()

const TestSuite * testing::UnitTest::GetTestSuite ( int  i) const

Definition at line 4643 of file gtest.cc.

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

testing::UnitTest::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( UnitTest  )
private

◆ impl() [1/2]

internal::UnitTestImpl* testing::UnitTest::impl ( )
inlineprivate

Definition at line 1405 of file gtest.h.

◆ impl() [2/2]

const internal::UnitTestImpl* testing::UnitTest::impl ( ) const
inlineprivate

Definition at line 1406 of file gtest.h.

◆ listeners()

TestEventListeners & testing::UnitTest::listeners ( )

Definition at line 4668 of file gtest.cc.

◆ original_working_dir()

const char * testing::UnitTest::original_working_dir ( ) const

Definition at line 4851 of file gtest.cc.

◆ parameterized_test_registry()

internal::ParameterizedTestSuiteRegistry & testing::UnitTest::parameterized_test_registry ( )

Definition at line 4886 of file gtest.cc.

◆ Passed()

bool testing::UnitTest::Passed ( ) const

Definition at line 4635 of file gtest.cc.

◆ PopGTestTrace()

void testing::UnitTest::PopGTestTrace ( )
private

Definition at line 4909 of file gtest.cc.

◆ PushGTestTrace()

void testing::UnitTest::PushGTestTrace ( const internal::TraceInfo &  trace)
private

Definition at line 4902 of file gtest.cc.

◆ random_seed()

int testing::UnitTest::random_seed ( ) const

Definition at line 4881 of file gtest.cc.

◆ RecordProperty()

void testing::UnitTest::RecordProperty ( const std::string key,
const std::string value 
)
private

Definition at line 4766 of file gtest.cc.

◆ reportable_disabled_test_count()

int testing::UnitTest::reportable_disabled_test_count ( ) const

Definition at line 4603 of file gtest.cc.

◆ reportable_test_count()

int testing::UnitTest::reportable_test_count ( ) const

Definition at line 4613 of file gtest.cc.

◆ Run()

int testing::UnitTest::Run ( )

Definition at line 4776 of file gtest.cc.

◆ skipped_test_count()

int testing::UnitTest::skipped_test_count ( ) const

Definition at line 4595 of file gtest.cc.

◆ start_timestamp()

internal::TimeInMillis testing::UnitTest::start_timestamp ( ) const

Definition at line 4625 of file gtest.cc.

◆ successful_test_case_count()

int testing::UnitTest::successful_test_case_count ( ) const

Definition at line 4575 of file gtest.cc.

◆ successful_test_count()

int testing::UnitTest::successful_test_count ( ) const

Definition at line 4590 of file gtest.cc.

◆ successful_test_suite_count()

int testing::UnitTest::successful_test_suite_count ( ) const

Definition at line 4553 of file gtest.cc.

◆ test_case_to_run_count()

int testing::UnitTest::test_case_to_run_count ( ) const

Definition at line 4584 of file gtest.cc.

◆ test_suite_to_run_count()

int testing::UnitTest::test_suite_to_run_count ( ) const

Definition at line 4569 of file gtest.cc.

◆ test_to_run_count()

int testing::UnitTest::test_to_run_count ( ) const

Definition at line 4621 of file gtest.cc.

◆ total_test_case_count()

int testing::UnitTest::total_test_case_count ( ) const

Definition at line 4581 of file gtest.cc.

◆ total_test_count()

int testing::UnitTest::total_test_count ( ) const

Definition at line 4618 of file gtest.cc.

◆ total_test_suite_count()

int testing::UnitTest::total_test_suite_count ( ) const

Definition at line 4563 of file gtest.cc.

Friends And Related Function Documentation

◆ AddGlobalTestEnvironment

Environment* AddGlobalTestEnvironment ( Environment env)
friend

Definition at line 1468 of file gtest.h.

◆ internal::AssertHelper

friend class internal::AssertHelper
friend

Definition at line 1412 of file gtest.h.

◆ internal::GetUnitTestImpl

internal::UnitTestImpl* internal::GetUnitTestImpl ( )
friend

◆ internal::ReportFailureInUnknownLocation

void internal::ReportFailureInUnknownLocation ( TestPartResult::Type  result_type,
const std::string message 
)
friend

◆ internal::StreamingListenerTest

friend class internal::StreamingListenerTest
friend

Definition at line 1413 of file gtest.h.

◆ internal::UnitTestRecordPropertyTestHelper

Definition at line 1414 of file gtest.h.

◆ ScopedTrace

friend class ScopedTrace
friend

Definition at line 1410 of file gtest.h.

◆ Test

friend class Test
friend

Definition at line 1411 of file gtest.h.

Member Data Documentation

◆ impl_

internal::UnitTestImpl* testing::UnitTest::impl_
private

Definition at line 1444 of file gtest.h.

◆ mutex_

internal::Mutex testing::UnitTest::mutex_
mutableprivate

Definition at line 1438 of file gtest.h.


The documentation for this class was generated from the following files:


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11