|
Android-cuttlefish cvd tool
|
#include <type_traits>#include "gmock/gmock.h"#include "tl/expected.hpp"#include "cuttlefish/result/result.h"
Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| cuttlefish::MATCHER (IsOk, "an ok result") | |
| cuttlefish::MATCHER (IsError, "an error result") | |
| cuttlefish::MATCHER_P (IsOkAndValue, result_value_matcher, "") | |
| cuttlefish::MATCHER_P (IsErrorAndMessage, message_matcher, "") | |