// 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 "device/udev_linux/udev_watcher.h" #include "testing/gtest/include/gtest/gtest.h" namespace device { namespace { constexpr char kSubsystem[] = …; constexpr char kDevtype[] = …; constexpr char kEmptyParam[] = …; TEST(UdevWatcherTest, FilterParamsReturnCorrectValues) { … } TEST(UdevWatcherTest, FilterTreatsEmptyStringAsDontCare) { … } } // namespace } // namespace device