xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "base_assert.h"
#include <algorithm>
#include <cmath>
#include <cstring>
#include <exception>
#include <functional>
#include <iterator>
#include <memory>
#include <string>
Contains xtd::tunit::assert class.
Go to the source code of this file.
Classes | |
class | xtd::tunit::assert |
The assert class contains a collection of static methods that implement the most common assertions used in xtd::tUnit. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::tunit |
The tunit namespace contains a unit test library. | |