xtd 0.2.0
Loading...
Searching...
No Matches
string_assert.h File Reference
#include <xtd/ustring>
#include "assert.h"
#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_(...)
 Asserts that two type are equal ignoring case.
 
#define are_not_equal_ignoring_case_(...)
 Asserts that two type are not equal ignoring case.
 
#define does_not_end_with_(...)
 Asserts that string starts with item.
 
#define does_not_match_(...)
 Asserts that does not match regex pattern.
 
#define does_not_start_with_(...)
 Asserts that string starts with item.
 
#define ends_with_(...)
 Asserts that string starts with item.
 
#define matches_(...)
 Asserts that matches regex pattern.
 
#define starts_with_(...)
 Asserts that string starts with item.