|
proxygen
|
#include <limits.h>#include <time.h>#include "sample3-inl.h"#include "gtest/gtest.h"#include "sample1.h"Go to the source code of this file.
Classes | |
| class | QuickTest |
| class | IntegerFunctionTest |
| class | QueueTest |
Functions | |
| TEST_F (IntegerFunctionTest, Factorial) | |
| TEST_F (IntegerFunctionTest, IsPrime) | |
| TEST_F (QueueTest, DefaultConstructor) | |
| TEST_F (QueueTest, Dequeue) | |
| TEST_F | ( | IntegerFunctionTest | , |
| Factorial | |||
| ) |
Definition at line 100 of file sample5_unittest.cc.
References EXPECT_EQ, EXPECT_GT, and Factorial().
| TEST_F | ( | IntegerFunctionTest | , |
| IsPrime | |||
| ) |
Definition at line 118 of file sample5_unittest.cc.
References EXPECT_FALSE, EXPECT_TRUE, and IsPrime().
| TEST_F | ( | QueueTest | , |
| DefaultConstructor | |||
| ) |
| TEST_F | ( | QueueTest | , |
| Dequeue | |||
| ) |