xtd
0.2.0
xtd.tunit
include
xtd
tunit
console_unit_test.h
Go to the documentation of this file.
1
#pragma once
5
#include "
unit_test.h
"
6
#include "
ostream_unit_test.h
"
7
#include <xtd/console>
8
10
namespace
xtd
{
12
namespace
tunit {
23
class
tunit_export_
console_unit_test
final :
public
ostream_unit_test
{
24
public
:
26
29
console_unit_test
();
30
34
console_unit_test
(
int
argc,
char
* argv[]);
36
};
37
}
38
}
ostream_unit_test.h
Contains xtd::tunit::ostream_event_listener class.
xtd::tunit::ostream_unit_test
The ostream_unit_test class is ostream unit test interface.
Definition:
ostream_unit_test.h:22
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
unit_test.h
Contains xtd::tunit::unit_test class.
xtd::tunit::console_unit_test
The console_unit_test class is console unit test interface.
Definition:
console_unit_test.h:23
Generated on Mon Oct 9 2023 14:41:59 for xtd by
Gammasoft
. All rights reserved.