xtd 1.0.0
Loading...
Searching...
No Matches
class_event_args.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "test_class.hpp"
7
9namespace xtd {
11 namespace tunit {
19 public:
21
27
29
33 [[nodiscard]] auto test_class() const noexcept -> const xtd::tunit::test_class& {return tc_;}
35
36 private:
37 const xtd::tunit::test_class& tc_;
38 };
39 }
40}
auto test_class() const noexcept -> const xtd::tunit::test_class &
Gets current class test.
Definition class_event_args.hpp:33
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.
Definition class_event_args.hpp:25
Represents a test class.
Definition test_class.hpp:39
tunit_event_args is the base class for classes containing event data.
Definition tunit_event_args.hpp:19
tunit_event_args(const xtd::tunit::unit_test &unit_test)
Create a new instance of class tunit_event_args.
Definition tunit_event_args.hpp:25
auto unit_test() const -> const xtd::tunit::unit_test &
Gets current unit test.
Definition tunit_event_args.hpp:33
The unit_test class is unit test base interface.
Definition unit_test.hpp:30
The tunit namespace contains a unit test library.
Definition abort_error.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::tunit::test_class class.
Contains xtd::tunit::tunit_event_args class.