Android-cuttlefish cvd tool
|
#include <type_traits>
#include <android-base/expected.h>
#include <gmock/gmock.h>
#include "cuttlefish/common/libs/utils/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, "") | |