tatami_test
Utilities for testing tatami libraries
|
Check that an error is thrown. More...
#include <string>
#include <gtest/gtest.h>
Go to the source code of this file.
Namespaces | |
namespace | tatami_test |
Utilities for testing tatami libraries. | |
Functions | |
template<class Function_ > | |
void | tatami_test::throws_error (Function_ fun, const std::string &msg) |
Check that an error is thrown.