xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
collection_assert.h File Reference
#include "assert.h"

Definition

Contains xtd::tunit::collection_assert class.

Go to the source code of this file.

Classes

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...
 

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.
 

Macros

#define all_items_are_instances_of_(...)
 
#define all_items_are_not_null_(...)
 
#define all_items_are_unique_(...)
 
#define are_equivalent_(...)
 
#define are_not_equivalent_(...)
 
#define is_ordered_(...)