1 #ifndef BLOBS_TEST_MATH_GALOISLFSRTEST_HPP
2 #define BLOBS_TEST_MATH_GALOISLFSRTEST_HPP
4 #include <cppunit/extensions/HelperMacros.h>
15 : public CppUnit::TestFixture {
17 CPPUNIT_TEST_SUITE(GaloisLFSRTest);
19 CPPUNIT_TEST(testFloatNorm);
20 CPPUNIT_TEST(testFromContainer);
22 CPPUNIT_TEST_SUITE_END();
29 void testFromContainer();
31 /// check if value is in range [minimum,maximum]
32 static void AssertBetween(
38 static void AssertContains(
40 const std::vector<int> &container,