summaryrefslogtreecommitdiffstats
path: root/test/sample_unittest.cpp
blob: 2a272791033c3deb66f59b886087b5a45de907d4 (plain)
1
2
3
4
5
6
#include "sample.h"
#include <gtest/gtest.h>

TEST(FactorialTest, Zero) {
    EXPECT_EQ(1, Factorial(0));
}
OpenPOWER on IntegriCloud