Skip to content

Instantly share code, notes, and snippets.

@gidden
Created November 21, 2013 19:49
Show Gist options
  • Save gidden/7588350 to your computer and use it in GitHub Desktop.
Save gidden/7588350 to your computer and use it in GitHub Desktop.
TEST(ExManagerTests, NullTest) {
TestContext tc;
GreedySolver solver;
ExchangeManager<Material> manager(tc.get(), &solver);
EXPECT_NO_THROW(manager.Execute());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment