#include // attention: this is complete nonsense. it only demonstrates SetUp() // (and TearDown(), for that matter) class ComplexFixture : public ::testing::Test { protected: static const int N = 28; std::vector first_n; private: // :-) void SetUp() override { for (int i=0; i