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
string_assert.h File Reference
#include <xtd/ustring.h>
#include "assert.h"
#include <locale>
#include <cstring>
#include <regex>

Definition

Contains xtd::tunit::string_assert class.

Go to the source code of this file.

Classes

class  xtd::tunit::string_assert
 The string_assert class contains a collection of static methods that implement the most string 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 are_equal_ignoring_case_(...)
 
#define are_not_equal_ignoring_case_(...)
 
#define does_not_end_with_(...)
 
#define does_not_match_(...)
 
#define does_not_start_with_(...)
 
#define ends_with_(...)
 
#define matches_(...)
 
#define starts_with_(...)