#include <xtd/xtd.tunit>
#include <stdexcept>
namespace unit_tests {
class test_class_(test) {
}
}
auto is = std::istringstream {
"xtd::tunit::file_assume::are_equal example."};
}
};
}
auto main() -> int {
}
static void remove(const xtd::string &path)
Deletes the specified file.
static xtd::string get_temp_file_name()
Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file.
static xtd::string get_random_file_name()
Returns a random folder name or file name.
The console_unit_test class is console unit test interface.
Definition console_unit_test.hpp:23
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 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
int32 run() noexcept
Runs all tests in this unit_test object and prints the result.
#define test_method_(method_name)
Add test method to class test.
Definition test_method_attribute.hpp:72
bool is(xtd::any value)
Checks if the result of an expression is compatible with a given type.
Definition is.hpp:485
The xtd::io namespace contains types that allow reading and writing to files and data streams,...
Definition binary_reader.hpp:17
The tunit namespace contains a unit test library.
Definition abort_error.hpp:10