xtd 0.2.0
Loading...
Searching...
No Matches
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_(type_t, ...)
 Asserts that all collection items are of the type supplied or a derived type.
 
#define all_items_are_not_null_(...)
 Asserts that all collection items are not null.
 
#define all_items_are_unique_(...)
 Asserts that all collection items are unique.
 
#define are_equivalent_(...)
 Asserts that all collection items are equivalent.
 
#define are_not_equivalent_(...)
 Asserts that all collection items are equivalent.
 
#define is_ordered_(...)
 Asserts that collection is ordered.