Android-cuttlefish cvd tool
|
#include <fstream>
#include <string>
#include <android-base/file.h>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "fmt/core.h"
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/result_matchers.h"
#include "cuttlefish/host/commands/cvd/fetch/downloaders.h"
#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser.h"
Classes | |
class | cuttlefish::FetchCvdTests |
Namespaces | |
namespace | cuttlefish |
Functions | |
void | cuttlefish::CreateTempFileWithText (const std::string &filepath, const std::string &text) |
cuttlefish::TEST_F (FetchCvdTests, CasDownloaderNotCalledIfNoFlags) | |
cuttlefish::TEST_F (FetchCvdTests, CasDownloaderInvokedIfDownloaderPathSetOnCommandLine) | |
cuttlefish::TEST_F (FetchCvdTests, CasDownloaderInvokedIfDownloaderPathSetInCasConfig) | |