tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
collection_assert.h File Reference

Contains tunit::collection_assert class. More...

#include "assert.h"
Include dependency graph for collection_assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tunit::collection_assert
 The collection_assert class contains a collection of static methods that implement the most collection assertions used in tUnit. More...
 

Namespaces

 tunit
 The tunit namespace contains a unit test library.
 

Macros

#define all_items_are_instances_of_(...)   __CMD_ASSERT_ARGS(all_items_are_instances_of, __VA_ARGS__)
 
#define all_items_are_not_null_(...)   __CMD_ASSERT_ARGS(all_items_are_not_null, __VA_ARGS__)
 
#define all_items_are_unqiue_(...)   __CMD_ASSERT_ARGS(all_items_are_unqiue, __VA_ARGS__)
 
#define are_equivalent_(...)   __CMD_ASSERT_ARGS(are_equivalent, __VA_ARGS__)
 
#define are_not_equivalent_(...)   __CMD_ASSERT_ARGS(are_not_equivalent, __VA_ARGS__)
 
#define is_ordered_(...)   __CMD_ASSERT_ARGS(is_ordered, __VA_ARGS__)
 

Detailed Description

Contains tunit::collection_assert class.