xtd 0.2.0
xtd::tunit::registered_test_class Class Referencefinal

Definition

Represents the registered test class.

Namespace
xtd::tunit
Library
xtd.tunit

Constructors

 registered_test_class (const xtd::ustring &name, std::shared_ptr< xtd::tunit::test_class > test_class) noexcept
 Creates a new registered_test_class instance. More...
 

Constructor & Destructor Documentation

◆ registered_test_class()

xtd::tunit::registered_test_class::registered_test_class ( const xtd::ustring name,
std::shared_ptr< xtd::tunit::test_class test_class 
)
noexcept

Creates a new registered_test_class instance.

Parameters
nameThe name associate to the test_class.
Remarks
The name is the name of the test class displayed when running the tests.

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