scran_test_utils
Test utilities for libscran projects
|
Expect an error to be raised. More...
#include <gtest/gtest.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | scran_tests |
Test utilites for libscran. | |
Functions | |
template<typename Function_ > | |
void | scran_tests::expect_error (Function_ fun, std::string match) |
Expect an error to be raised.