aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/mock_test.cc
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Provide a way to use custom search path for gmock.hGravatar yang-g2017-12-22
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Moving testing headers at the end.Gravatar Nicolas "Pixel" Noble2017-05-25
|/
* Fixing mock test target.Gravatar Nicolas "Pixel" Noble2017-05-12
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| | | | | | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
| * 1. Added golden file test.Gravatar Mahak Mukhi2017-04-14
| | | | | | | | | | 2. Added support for mock. 3. Sanity fix.
| * formattingGravatar Mahak Mukhi2017-04-13
| |
| * Added tests for uni-directional streaming RPCs.Gravatar Mahak Mukhi2017-04-12
| |
| * Initial commit: Auto-generate GMOCK code for client stub.Gravatar Mahak Mukhi2017-04-12
|/
* bug fixGravatar Yuxuan Li2017-03-08
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-03
|\
* | removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| |
| * Change API for next message size to allow a bool return value for failureGravatar Vijay Pai2016-07-27
| | | | | | | | cases.
| * Add NextMessageSize method to all readable streams as an upper-boundGravatar vjpai2016-06-23
|/ | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
|
* Fix copyrights againGravatar murgatroid992016-01-14
|
* FormatCodeGravatar Sree Kuchibhotla2016-01-13
|
* Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
| | | | 'TestService' in test.proto
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Mark a method with GRPC_OVERRIDE to avoid compiler warningGravatar vjpai2015-11-02
| |
* | Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|/
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-02
| | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option.
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |
* | headers reorgGravatar yang-g2015-08-21
| |
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|/
* Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|
* Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
|\ | | | | Make thread_pool.h a public header
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
|/
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
|
* add a test using the mock interfacesGravatar Yang Gao2015-05-05