#include #include "polySolver.h" class polyTest : public ::testing::Test {}; TEST_F(polyTest, DefaultConstructor) { EXPECT_NO_THROW(PolySolver(1, 1)); }