49      template<
typename char_t>
 
   70      template<
typename char_t>
 
   73          file_assert::are_equal(expected, actual, message, stack_frame);
 
   96      template<
typename char_t>
 
  117      template<
typename char_t>
 
  121      template<
typename char_t>
 
  123      template<
typename char_t>
 
  125      template<
typename char_t>
 
  127      template<
typename char_t>
 
  129      template<
typename char_t>
 
  131      template<
typename char_t>
 
  153      template<
typename char_t>
 
  174      template<
typename char_t>
 
  177          file_assert::are_not_equal(expected, actual, message, stack_frame);
 
  200      template<
typename char_t>
 
  221      template<
typename char_t>
 
  225      template<
typename char_t>
 
  227      template<
typename char_t>
 
  229      template<
typename char_t>
 
  231      template<
typename char_t>
 
  233      template<
typename char_t>
 
  235      template<
typename char_t>
 
  251      template<
typename char_t>
 
  266      template<
typename char_t>
 
  269          file_assert::does_not_exist(file, message, stack_frame);
 
  276      template<
typename char_t>
 
  278      template<
typename char_t>
 
  294      template<
typename char_t>
 
  309      template<
typename char_t>
 
  312          file_assert::exists(file, message, stack_frame);
 
  319      template<
typename char_t>
 
  321      template<
typename char_t>
 
Contains xtd::tunit::assume class.
 
Represents text as a sequence of character units.
Definition basic_string.hpp:79
 
static const basic_string empty_string
Represents the empty basic_string.
Definition basic_string.hpp:124
 
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition stack_frame.hpp:47
 
static stack_frame current(const xtd::source_location &value=xtd::source_location::current()) noexcept
Crates a new xtd::diagnostics::stack_frame object corresponding to the location of the call site.
 
The base class for assert.
Definition base_assert.hpp:29
 
The file_assume class contains a collection of static methods that implement the most file assertions...
Definition file_assume.hpp:22
 
static void are_equal(const std::basic_istream< char_t > &expected, const std::basic_istream< char_t > &actual, const std::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are equal.
Definition file_assume.hpp:71
 
static void are_not_equal(const std::basic_istream< char_t > &expected, const std::basic_istream< char_t > &actual, const std::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are not equal.
Definition file_assume.hpp:175
 
static void are_not_equal(const xtd::basic_string< char_t > &expected, const xtd::basic_string< char_t > &actual, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are not equal.
Definition file_assume.hpp:201
 
static void are_equal(const xtd::basic_string< char_t > &expected, const xtd::basic_string< char_t > &actual, const std::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are equal.
Definition file_assume.hpp:118
 
static void are_equal(const xtd::basic_string< char_t > &expected, const xtd::basic_string< char_t > &actual, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are equal.
Definition file_assume.hpp:97
 
static void exists(const xtd::basic_string< char_t > &file, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that file exists.
Definition file_assume.hpp:295
 
static void does_not_exist(const xtd::basic_string< char_t > &file, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that file not exists.
Definition file_assume.hpp:252
 
static void are_not_equal(const std::basic_istream< char_t > &expected, const std::basic_istream< char_t > &actual, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are not equal.
Definition file_assume.hpp:154
 
static void are_equal(const std::basic_istream< char_t > &expected, const std::basic_istream< char_t > &actual, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are equal.
Definition file_assume.hpp:50
 
static void exists(const xtd::basic_string< char_t > &file, const std::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that file exists.
Definition file_assume.hpp:310
 
static void does_not_exist(const xtd::basic_string< char_t > &file, const std::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that file not exists.
Definition file_assume.hpp:267
 
static void are_not_equal(const xtd::basic_string< char_t > &expected, const xtd::basic_string< char_t > &actual, const std::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Assumes that two files are not equal.
Definition file_assume.hpp:222
 
Contains xtd::tunit::file_assert class.
 
#define tunit_export_
Define shared library export.
Definition tunit_export.hpp:13
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10