|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/web/http_client/fake_http_client.h"#include "gmock/gmock-matchers.h"#include "gtest/gtest.h"#include "cuttlefish/host/libs/web/http_client/http_client.h"#include "cuttlefish/host/libs/web/http_client/http_string.h"#include "cuttlefish/result/result.h"#include "cuttlefish/result/result_matchers.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| cuttlefish::TEST (FakeHttpClientTest, WithoutUrlMatching) | |
| cuttlefish::TEST (FakeHttpClientTest, NoMatchingUrl) | |
| cuttlefish::TEST (FakeHttpClientTest, ChoosesUrl) | |
| cuttlefish::TEST (FakeHttpClientTest, InvokesCallback) | |