Searched refs:IntegerFunctionTest (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/gtest/samples/
H A Dsample5_unittest.cc88 // We derive a fixture named IntegerFunctionTest from the QuickTest
91 class IntegerFunctionTest : public QuickTest { class in inherits:QuickTest
97 // Now we can write tests in the IntegerFunctionTest test case.
100 TEST_F(IntegerFunctionTest, Factorial) {
118 TEST_F(IntegerFunctionTest, IsPrime) {
/external/protobuf/gtest/samples/
H A Dsample5_unittest.cc88 // We derive a fixture named IntegerFunctionTest from the QuickTest
91 class IntegerFunctionTest : public QuickTest { class in inherits:QuickTest
97 // Now we can write tests in the IntegerFunctionTest test case.
100 TEST_F(IntegerFunctionTest, Factorial) {
118 TEST_F(IntegerFunctionTest, IsPrime) {

Completed in 92 milliseconds