chromium/base/test/gmock_move_support_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/test/gmock_move_support.h"

#include <memory>

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

DoAll;
Pointee;

MoveOnly;

struct MockFoo {};
}  // namespace

TEST(GmockMoveSupportTest, MoveArgByRef) {}

TEST(GmockMoveSupportTest, MoveArgByVal) {}

TEST(GmockMoveSupportTest, MoveArgsTwiceByRef) {}

TEST(GmockMoveSupportTest, MoveArgAndReturn) {}