Android-cuttlefish cvd tool
Classes | Namespaces | Functions
downloaders_test.cpp File Reference
#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"
Include dependency graph for downloaders_test.cpp:

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)