tatami_test
Utilities for testing tatami libraries
Loading...
Searching...
No Matches
Namespaces | Functions
throws_error.hpp File Reference

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)
 

Detailed Description

Check that an error is thrown.