xtd 0.2.0
xtd::tunit::class_event_args Class Reference

Definition

Provides data for the xtd::tunit::class_test events.

Namespace
xtd::tunit
Library
xtd.tunit
Examples:
create_gtest_like_event_listener.cpp.

Constructors

 class_event_args (const xtd::tunit::test_class &test_class, const xtd::tunit::unit_test &unit_test)
 Create a new instance of class class_event_args. More...
 

Properties

const xtd::tunit::test_classtest_class () const noexcept
 Gets current class test. More...
 

Additional Inherited Members

- Public Member Functions inherited from xtd::tunit::tunit_event_args
 tunit_event_args (const xtd::tunit::unit_test &unit_test)
 Create a new instance of class tunit_event_args. More...
 
const xtd::tunit::unit_testunit_test () const
 Gets current unit test. More...
 

Constructor & Destructor Documentation

◆ class_event_args()

xtd::tunit::class_event_args::class_event_args ( const xtd::tunit::test_class test_class,
const xtd::tunit::unit_test unit_test 
)
inline

Create a new instance of class class_event_args.

Parameters
test_classCurrent class_test.

Member Function Documentation

◆ test_class()

const xtd::tunit::test_class& xtd::tunit::class_event_args::test_class ( ) const
inlinenoexcept

Gets current class test.

Returns
Current class test.
Examples:
create_gtest_like_event_listener.cpp.

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