scran_test_utils
Test utilities for libscran projects
Loading...
Searching...
No Matches
scran_tests.hpp
Go to the documentation of this file.
1#ifndef SCRAN_TESTS_HPP
2#define SCRAN_TESTS_HPP
3
5#include "vector_n.hpp"
6#include "simulate_vector.hpp"
7#include "expect_error.hpp"
8#include "initial_value.hpp"
9
19namespace scran_tests {}
20
21#endif
Check for almost-equality of floating-point values.
Expect an error to be raised.
Choose an initial value for testing zeroing assumptions.
Test utilites for libscran.
Definition compare_almost_equal.hpp:11
Simulate a vector of random values.
Quickly create a vector for EXPECT_EQ.