OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntegerFunctionTest
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/gtest/samples/
sample5_unittest.cc
88
// We derive a fixture named
IntegerFunctionTest
from the QuickTest
91
class
IntegerFunctionTest
: public QuickTest {
97
// Now we can write tests in the
IntegerFunctionTest
test case.
100
TEST_F(
IntegerFunctionTest
, Factorial) {
118
TEST_F(
IntegerFunctionTest
, IsPrime) {
/external/chromium_org/testing/gtest/samples/
sample5_unittest.cc
88
// We derive a fixture named
IntegerFunctionTest
from the QuickTest
91
class
IntegerFunctionTest
: public QuickTest {
97
// Now we can write tests in the
IntegerFunctionTest
test case.
100
TEST_F(
IntegerFunctionTest
, Factorial) {
118
TEST_F(
IntegerFunctionTest
, IsPrime) {
/external/gtest/samples/
sample5_unittest.cc
88
// We derive a fixture named
IntegerFunctionTest
from the QuickTest
91
class
IntegerFunctionTest
: public 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/
sample5_unittest.cc
88
// We derive a fixture named
IntegerFunctionTest
from the QuickTest
91
class
IntegerFunctionTest
: public QuickTest {
97
// Now we can write tests in the
IntegerFunctionTest
test case.
100
TEST_F(
IntegerFunctionTest
, Factorial) {
118
TEST_F(
IntegerFunctionTest
, IsPrime) {
/ndk/sources/third_party/googletest/googletest/samples/
sample5_unittest.cc
88
// We derive a fixture named
IntegerFunctionTest
from the QuickTest
91
class
IntegerFunctionTest
: public QuickTest {
97
// Now we can write tests in the
IntegerFunctionTest
test case.
100
TEST_F(
IntegerFunctionTest
, Factorial) {
118
TEST_F(
IntegerFunctionTest
, IsPrime) {
Completed in 658 milliseconds