#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "base/test/gmock_expected_support.h"
#include <string>
#include "base/types/expected.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace base::test {
namespace {
TEST(GmockExpectedSupportTest, AssertOkAndAssign) { … }
TEST(GmockExpectedSupportTest, VoidOkEquals) { … }
TEST(GmockExpectedSupportTest, PrintTest) { … }
TEST(GmockExpectedSupportTest, HasValue) { … }
TEST(GmockExpectedSupportTest, ValueIs) { … }
TEST(GmockExpectedSupportTest, ErrorIs) { … }
}
}