chromium/services/service_manager/tests/shutdown/shutdown_unittest.cc

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

#include <vector>

#include "base/no_destructor.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "services/service_manager/public/cpp/connector.h"
#include "services/service_manager/public/cpp/manifest.h"
#include "services/service_manager/public/cpp/manifest_builder.h"
#include "services/service_manager/public/cpp/service.h"
#include "services/service_manager/public/cpp/service_receiver.h"
#include "services/service_manager/public/cpp/test/test_service_manager.h"
#include "services/service_manager/public/mojom/constants.mojom.h"
#include "services/service_manager/tests/shutdown/shutdown.test-mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace service_manager {
namespace {

const char kTestServiceName[] =;
const char kShutdownServiceName[] =;
const char kShutdownClientName[] =;

const char kClientControllerCapability[] =;
const char kShutdownServiceCapability[] =;

const std::vector<Manifest>& GetTestManifests() {}

class ShutdownTest : public testing::Test {};

TEST_F(ShutdownTest, ConnectRace) {}

}  // namespace
}  // namespace service_manager