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/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/result_matchers.h"
#include "cuttlefish/host/libs/web/http_client/http_client.h"
#include "cuttlefish/host/libs/web/http_client/http_string.h"
Namespaces | |
namespace | cuttlefish |
Functions | |
cuttlefish::TEST (FakeHttpClientTest, WithoutUrlMatching) | |
cuttlefish::TEST (FakeHttpClientTest, NoMatchingUrl) | |
cuttlefish::TEST (FakeHttpClientTest, ChoosesUrl) | |
cuttlefish::TEST (FakeHttpClientTest, InvokesCallback) | |