xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
xtd::tunit::class_event_args Class Reference

#include <class_event_args.h>

Definition

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

Namespace
xtd::tunit
Library
xtd.tunit

Inherits xtd::tunit::tunit_event_args.

Public Member Functions

 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.
 
const xtd::tunit::test_classtest_class () const noexcept
 Gets current class test.
 
- 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.
 
const xtd::tunit::unit_testunit_test () const
 Gets current unit test.
 

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.

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