Android-cuttlefish cvd tool
Namespaces | Functions
test_common.h File Reference
#include <string>
#include <vector>
#include <json/value.h>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for test_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

bool cuttlefish::ParseJsonString (std::string &json_text, Json::Value &root)
 
bool cuttlefish::FindConfig (const std::vector< std::string > &vec, const std::string &element)
 
bool cuttlefish::FindConfigIgnoreSpaces (const std::vector< std::string > &vec, const std::string &str)
 
Result< std::vector< std::string > > cuttlefish::LaunchCvdParserTester (const Json::Value &root)