// 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 "remoting/host/host_attributes.h" #include <algorithm> #include <vector> #include "base/containers/contains.h" #include "base/strings/string_split.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" namespace remoting { // Ensures there is no DCHECK failure or crash in Register() and Callbacks. TEST(HostAttributesTest, Sanity) { … } TEST(HostAttributesTest, NoDuplicateKeys) { … } } // namespace remoting