xtd 0.2.0
console_unit_test.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "unit_test.hpp"
7#include <xtd/console>
8
10namespace xtd {
12 namespace tunit {
24 public:
26
30
34 console_unit_test(int argc, char* argv[]) noexcept;
36 };
37 }
38}
console_unit_test() noexcept
Create a new console unit test.
ostream_unit_test(std::ostream &os) noexcept
Create a new console unit test with ostream specified.
#define tunit_export_
Define shared library export.
Definition tunit_export.hpp:13
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::ostream_event_listener class.
Contains xtd::tunit::unit_test class.