// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/device/serial/serial_device_enumerator.h" #include <vector> #include "base/test/task_environment.h" #include "testing/gtest/include/gtest/gtest.h" namespace device { namespace { class SerialDeviceEnumeratorTest : public testing::Test { … }; TEST_F(SerialDeviceEnumeratorTest, GetDevices) { … } } // namespace } // namespace device