Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
assert_that.h
Go to the documentation of this file.
1#pragma once
2
3#include <assert.hpp>
4
5#define assert_that(...) VERIFY(__VA_ARGS__)