#ifndef FACTORIAL_TEST_H_ #define FACTORIAL_TEST_H_ bool FactorialOf0ShouldBe1(); bool FactorialOf1ShouldBe1(); bool FactorialOf10ShouldBe3628800(); bool FactorialOfNegativeShouldBe0(); #endif