|
proxygen
|
Go to the source code of this file.
Functions | |
| TEST (FactorialTest, Negative) | |
| TEST (FactorialTest, Zero) | |
| TEST (FactorialTest, Positive) | |
| TEST (IsPrimeTest, Negative) | |
| TEST (IsPrimeTest, Trivial) | |
| TEST (IsPrimeTest, Positive) | |
| TEST | ( | FactorialTest | , |
| Negative | |||
| ) |
Definition at line 79 of file sample1_unittest.cc.
References EXPECT_EQ, EXPECT_GT, and Factorial().
| TEST | ( | FactorialTest | , |
| Zero | |||
| ) |
| TEST | ( | FactorialTest | , |
| Positive | |||
| ) |
Definition at line 108 of file sample1_unittest.cc.
References EXPECT_EQ, and Factorial().
| TEST | ( | IsPrimeTest | , |
| Negative | |||
| ) |
| TEST | ( | IsPrimeTest | , |
| Trivial | |||
| ) |
Definition at line 128 of file sample1_unittest.cc.
References EXPECT_FALSE, EXPECT_TRUE, and IsPrime().
| TEST | ( | IsPrimeTest | , |
| Positive | |||
| ) |
Definition at line 136 of file sample1_unittest.cc.
References EXPECT_FALSE, EXPECT_TRUE, and IsPrime().