// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/chromedriver/chrome/devtools_endpoint.h" #include "chrome/test/chromedriver/net/net_util.h" #include "testing/gtest/include/gtest/gtest.h" TEST(DevToolsEndpoint, Invalid) { … } TEST(DevToolsEndpoint, FromPort) { … } TEST(DevToolsEndpoint, FromNetAddress) { … } TEST(DevToolsEndpoint, FromHttpUrl) { … } TEST(DevToolsEndpoint, FromHttpsUrl) { … }