OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypedTestP
(Results
1 - 8
of
8
) sorted by null
/external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc
764
class
TypedTestP
: public testing::Test {
767
TYPED_TEST_CASE_P(
TypedTestP
);
769
TYPED_TEST_P(
TypedTestP
, Success) {
773
TYPED_TEST_P(
TypedTestP
, Failure) {
777
REGISTER_TYPED_TEST_CASE_P(
TypedTestP
, Success, Failure);
780
INSTANTIATE_TYPED_TEST_CASE_P(Unsigned,
TypedTestP
, UnsignedTypes);
gtest_unittest.cc
[
all
...]
/external/gtest/test/
gtest_output_test_.cc
776
class
TypedTestP
: public testing::Test {
779
TYPED_TEST_CASE_P(
TypedTestP
);
781
TYPED_TEST_P(
TypedTestP
, Success) {
785
TYPED_TEST_P(
TypedTestP
, Failure) {
789
REGISTER_TYPED_TEST_CASE_P(
TypedTestP
, Success, Failure);
792
INSTANTIATE_TYPED_TEST_CASE_P(Unsigned,
TypedTestP
, UnsignedTypes);
gtest_unittest.cc
[
all
...]
/external/protobuf/gtest/test/
gtest_output_test_.cc
876
class
TypedTestP
: public testing::Test {
879
TYPED_TEST_CASE_P(
TypedTestP
);
881
TYPED_TEST_P(
TypedTestP
, Success) {
885
TYPED_TEST_P(
TypedTestP
, Failure) {
889
REGISTER_TYPED_TEST_CASE_P(
TypedTestP
, Success, Failure);
892
INSTANTIATE_TYPED_TEST_CASE_P(Unsigned,
TypedTestP
, UnsignedTypes);
[
all
...]
gtest_unittest.cc
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
776
class
TypedTestP
: public testing::Test {
779
TYPED_TEST_CASE_P(
TypedTestP
);
781
TYPED_TEST_P(
TypedTestP
, Success) {
785
TYPED_TEST_P(
TypedTestP
, Failure) {
789
REGISTER_TYPED_TEST_CASE_P(
TypedTestP
, Success, Failure);
792
INSTANTIATE_TYPED_TEST_CASE_P(Unsigned,
TypedTestP
, UnsignedTypes);
gtest_unittest.cc
[
all
...]
Completed in 419 milliseconds