chromium/components/reporting/client/empty_dm_token_retriever_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 "components/reporting/client/empty_dm_token_retriever.h"

#include <string>

#include "base/functional/bind.h"
#include "base/test/task_environment.h"
#include "components/reporting/util/statusor.h"
#include "components/reporting/util/test_support_callbacks.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace reporting {

namespace {

class EmptyDMTokenRetrieverTest : public ::testing::Test {};

TEST_F(EmptyDMTokenRetrieverTest, GetDMToken) {}

}  // namespace

}  // namespace reporting