chromium/device/udev_linux/udev_unittest.cc

// Copyright 2015 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.h"
#include <vector>

#include "base/files/file_path.h"
#include "device/udev_linux/fake_udev_loader.h"
#include "device/udev_linux/udev_loader.h"

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

namespace device {

TEST(UdevTest, DecodeString) {}

TEST(UdevTest, Loader) {}

TEST(UdevTest, GetPropertyWithNone) {}

TEST(UdevTest, GetSysPropSimple) {}

TEST(UdevTest, GetFullSysPropertiesList) {}

TEST(UdevTest, GetSysAttrNoAttrs) {}

TEST(UdevTest, GetSysAttrSimple) {}

TEST(UdevTest, GetParent) {}

TEST(UdevTest, GetSysAttrRecursiveOneLevel) {}

}  // namespace device