The xtd.tunit library contains components needed for unit testing.
Classes | |
class | xtd::tunit::abort_error |
Exception thow when abort. More... | |
class | xtd::tunit::assert |
The assert class contains a collection of static methods that implement the most common assertions used in xtd::tUnit. More... | |
class | xtd::tunit::assert_error |
Exception thow when an assertion failed. More... | |
class | xtd::tunit::assume |
The assume class contains a collection of static methods that implement the most common assertions used in xtd::tUnit. More... | |
class | xtd::tunit::base_assert |
The base class for assert. More... | |
class | xtd::tunit::class_cleanup_attribute |
This attribute is use to add cleanup class method to class test attribute. More... | |
class | xtd::tunit::class_event_args |
Provides data for the xtd::tunit::class_test events. More... | |
class | xtd::tunit::class_initialize_attribute |
This attribute is use to add initialize class method to class test attribute. More... | |
class | xtd::tunit::collection_assert |
The collection_assert class contains a collection of static methods that implement the most collection assertions used in xtd::tUnit. More... | |
class | xtd::tunit::collection_assume |
The collection_assume class contains a collection of static methods that implement the most collection assertions used in xtd::tUnit. More... | |
class | xtd::tunit::collection_valid |
The collection_valid class contains a collection of static methods that implement the most collection assertions used in xtd::tUnit. More... | |
class | xtd::tunit::console_unit_test |
The console_unit_test class is console unit test interface. More... | |
class | xtd::tunit::directory_assert |
The directory_assert class contains a collection of static methods that implement the most directory assertions used in xtd::tUnit. More... | |
class | xtd::tunit::directory_assume |
The directory_assume class contains a collection of static methods that implement the most directory assertions used in xtd::tUnit. More... | |
class | xtd::tunit::directory_valid |
The directory_valid class contains a collection of static methods that implement the most directory assertions used in xtd::tUnit. More... | |
class | xtd::tunit::event_listener |
Represent the event listener class. Unit test call theses events when unit tests are processing. More... | |
class | xtd::tunit::file_assert |
The file_assert class contains a collection of static methods that implement the most file assertions used in xtd::tUnit. More... | |
class | xtd::tunit::file_assume |
The file_assume class contains a collection of static methods that implement the most file assertions used in xtd::tUnit. More... | |
class | xtd::tunit::file_valid |
The file_valid class contains a collection of static methods that implement the most file assertions used in xtd::tUnit. More... | |
class | xtd::tunit::ignore_error |
Exception to be thrown when something is ignored. More... | |
class | xtd::tunit::ostream_event_listener |
The ostream_unit_test class is a specialisation of event_listener class for writing events in std::ostream. More... | |
class | xtd::tunit::ostream_unit_test |
The ostream_unit_test class is ostream unit test interface. More... | |
class | xtd::tunit::registered_test_class |
Represents the registered test class. More... | |
class | xtd::tunit::settings |
The settings class contains xtd.tunit settings. More... | |
class | xtd::tunit::string_assert |
The string_assert class contains a collection of static methods that implement the most string assertions used in xtd::tUnit. More... | |
class | xtd::tunit::string_assume |
The string_assume class contains a collection of static methods that implement the most string assertions used in xtd::tUnit. More... | |
class | xtd::tunit::string_valid |
The string_valid class contains a collection of static methods that implement the most string assertions used in xtd::tUnit. More... | |
class | xtd::tunit::test |
Represents a test method. More... | |
class | xtd::tunit::test_class |
Represents a test class. More... | |
class | xtd::tunit::test_class_attribute< test_class_t > |
Represents a test class attribute. More... | |
class | xtd::tunit::test_cleanup_attribute |
Represents a test cleanup attribute. More... | |
class | xtd::tunit::test_event_args |
Provides data for the xtd::tunit::test events. More... | |
class | xtd::tunit::test_method_attribute |
Represents a test method attribute. More... | |
class | xtd::tunit::tunit_event_args |
tunit_event_args is the base class for classes containing event data. More... | |
class | xtd::tunit::unit_test |
The unit_test class is unit test base interface. More... | |
class | xtd::tunit::valid |
The valid class contains a collection of static methods that implement the most common assertions used in xtd::tUnit. More... | |