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"
8#include "expect_error.hpp"
9#include "initial_value.hpp"
10
20namespace scran_tests {}
21
22#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:12
Simulate a compressed sparse matrix.
Simulate a vector of random values.
Quickly create a vector for EXPECT_EQ.