Add solution for "Day 22: Monkey Market", part 2
This commit is contained in:
@@ -389,11 +389,15 @@ TEST_CASE("[MonkeyMarketTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.runFull(std::make_unique<MonkeyMarket>(), 19854248602, 0);
|
||||
test.runFull(std::make_unique<MonkeyMarket>(), 19854248602, 2223);
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.runExample(std::make_unique<MonkeyMarket>(), 37327623, 0);
|
||||
test.runExamplePart1(std::make_unique<MonkeyMarket>(), 37327623);
|
||||
}
|
||||
SECTION("ExampleData2")
|
||||
{
|
||||
test.runExamplePart2(std::make_unique<MonkeyMarket>(2), 23);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user