mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mark D. Roth
9e3e64604d
|
7 years ago | |
---|---|---|
.. | ||
data | 7 years ago | |
fixtures | 7 years ago | |
fuzzers | 7 years ago | |
tests | 7 years ago | |
BUILD | 7 years ago | |
README | 9 years ago | |
bad_server_response_test.cc | 7 years ago | |
connection_refused_test.cc | 7 years ago | |
cq_verifier.cc | 7 years ago | |
cq_verifier.h | 7 years ago | |
cq_verifier_internal.h | 7 years ago | |
cq_verifier_native.cc | 7 years ago | |
cq_verifier_uv.cc | 7 years ago | |
dualstack_socket_test.cc | 7 years ago | |
end2end_nosec_tests.cc | 7 years ago | |
end2end_test.sh | 7 years ago | |
end2end_test_utils.cc | 7 years ago | |
end2end_tests.cc | 7 years ago | |
end2end_tests.h | 7 years ago | |
gen_build_yaml.py | 7 years ago | |
generate_tests.bzl | 7 years ago | |
goaway_server_test.cc | 7 years ago | |
h2_ssl_cert_test.cc | 7 years ago | |
h2_ssl_session_reuse_test.cc | 7 years ago | |
invalid_call_argument_test.cc | 7 years ago | |
multiple_server_queues_test.cc | 7 years ago | |
no_server_test.cc | 7 years ago |
README
Each fixture (under fixtures/) is paired with each test (under tests/) and
forms a complete end-to-end test.
To add a new test or fixture:
- add the code to the relevant directory
- update gen_build_yaml.py to reflect the change
- regenerate projects