scran_test_utils
Test utilities for libscran projects
Loading...
Searching...
No Matches
Namespaces | Functions
expect_error.hpp File Reference

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)
 

Detailed Description

Expect an error to be raised.