android13/external/grpc-grpc/test/core/end2end
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
data initial 2024-06-22 20:45:49 +08:00
fixtures initial 2024-06-22 20:45:49 +08:00
fuzzers initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
BUILD initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
bad_server_response_test.cc initial 2024-06-22 20:45:49 +08:00
connection_refused_test.cc initial 2024-06-22 20:45:49 +08:00
cq_verifier.cc initial 2024-06-22 20:45:49 +08:00
cq_verifier.h initial 2024-06-22 20:45:49 +08:00
cq_verifier_internal.h initial 2024-06-22 20:45:49 +08:00
cq_verifier_native.cc initial 2024-06-22 20:45:49 +08:00
cq_verifier_uv.cc initial 2024-06-22 20:45:49 +08:00
dualstack_socket_test.cc initial 2024-06-22 20:45:49 +08:00
end2end_nosec_tests.cc initial 2024-06-22 20:45:49 +08:00
end2end_test.sh initial 2024-06-22 20:45:49 +08:00
end2end_test_utils.cc initial 2024-06-22 20:45:49 +08:00
end2end_tests.cc initial 2024-06-22 20:45:49 +08:00
end2end_tests.h initial 2024-06-22 20:45:49 +08:00
gen_build_yaml.py initial 2024-06-22 20:45:49 +08:00
generate_tests.bzl initial 2024-06-22 20:45:49 +08:00
goaway_server_test.cc initial 2024-06-22 20:45:49 +08:00
h2_ssl_cert_test.cc initial 2024-06-22 20:45:49 +08:00
h2_ssl_session_reuse_test.cc initial 2024-06-22 20:45:49 +08:00
inproc_callback_test.cc initial 2024-06-22 20:45:49 +08:00
invalid_call_argument_test.cc initial 2024-06-22 20:45:49 +08:00
multiple_server_queues_test.cc initial 2024-06-22 20:45:49 +08:00
no_server_test.cc initial 2024-06-22 20:45:49 +08:00

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