// 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/base/session_options.h" #include "testing/gtest/include/gtest/gtest.h" namespace remoting { TEST(SessionOptionsTest, ShouldBeAbleToAppendOptions) { … } TEST(SessionOptionsTest, ShouldRemoveEmptyKeys) { … } TEST(SessionOptionsTest, ShouldRemoveNonASCIIKeyOrValue) { … } TEST(SessionOptionsTest, ImportAndExport) { … } TEST(SessionOptionsTest, ConvertToBool) { … } TEST(SessionOptionsTest, ConvertToint) { … } } // namespace remoting