chromium/content/browser/serial/serial_browsertest.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <string>
#include <utility>

#include "base/command_line.h"
#include "base/memory/raw_ptr.h"
#include "base/unguessable_token.h"
#include "content/browser/serial/serial_test_utils.h"
#include "content/public/browser/content_browser_client.h"
#include "content/public/browser/serial_chooser.h"
#include "content/public/browser/serial_delegate.h"
#include "content/public/common/content_client.h"
#include "content/public/common/content_switches.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_content_browser_client.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "services/device/public/cpp/test/fake_serial_port_manager.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
ByMove;
Exactly;
Return;

namespace content {

namespace {

class SerialTestShellContentBrowserClient
    : public ContentBrowserTestContentBrowserClient {};

class SerialTest : public ContentBrowserTest {};

}  // namespace

IN_PROC_BROWSER_TEST_F(SerialTest, GetPorts) {}

IN_PROC_BROWSER_TEST_F(SerialTest, RequestPort) {}

IN_PROC_BROWSER_TEST_F(SerialTest, DisallowRequestPort) {}

}  // namespace content