#include "chrome/test/base/mixin_based_in_process_browser_test.h"
#include <utility>
#include "base/containers/adapters.h"
InProcessBrowserTestMixin::InProcessBrowserTestMixin(
InProcessBrowserTestMixinHost* host) { … }
void InProcessBrowserTestMixin::SetUp() { … }
void InProcessBrowserTestMixin::SetUpCommandLine(
base::CommandLine* command_line) { … }
void InProcessBrowserTestMixin::SetUpDefaultCommandLine(
base::CommandLine* command_line) { … }
bool InProcessBrowserTestMixin::SetUpUserDataDirectory() { … }
void InProcessBrowserTestMixin::SetUpInProcessBrowserTestFixture() { … }
void InProcessBrowserTestMixin::CreatedBrowserMainParts(
content::BrowserMainParts* browser_main_parts) { … }
void InProcessBrowserTestMixin::SetUpOnMainThread() { … }
void InProcessBrowserTestMixin::PostRunTestOnMainThread() { … }
void InProcessBrowserTestMixin::TearDownOnMainThread() { … }
void InProcessBrowserTestMixin::TearDownInProcessBrowserTestFixture() { … }
void InProcessBrowserTestMixin::TearDown() { … }
InProcessBrowserTestMixinHost::InProcessBrowserTestMixinHost() = default;
InProcessBrowserTestMixinHost::~InProcessBrowserTestMixinHost() = default;
void InProcessBrowserTestMixinHost::SetUp() { … }
void InProcessBrowserTestMixinHost::SetUpCommandLine(
base::CommandLine* command_line) { … }
void InProcessBrowserTestMixinHost::SetUpDefaultCommandLine(
base::CommandLine* command_line) { … }
bool InProcessBrowserTestMixinHost::SetUpUserDataDirectory() { … }
void InProcessBrowserTestMixinHost::SetUpInProcessBrowserTestFixture() { … }
void InProcessBrowserTestMixinHost::CreatedBrowserMainParts(
content::BrowserMainParts* browser_main_parts) { … }
void InProcessBrowserTestMixinHost::SetUpOnMainThread() { … }
void InProcessBrowserTestMixinHost::PostRunTestOnMainThread() { … }
void InProcessBrowserTestMixinHost::TearDownOnMainThread() { … }
void InProcessBrowserTestMixinHost::TearDownInProcessBrowserTestFixture() { … }
void InProcessBrowserTestMixinHost::TearDown() { … }
MixinBasedInProcessBrowserTest::MixinBasedInProcessBrowserTest() = default;
MixinBasedInProcessBrowserTest::~MixinBasedInProcessBrowserTest() = default;
void MixinBasedInProcessBrowserTest::SetUp() { … }
void MixinBasedInProcessBrowserTest::SetUpCommandLine(
base::CommandLine* command_line) { … }
void MixinBasedInProcessBrowserTest::SetUpDefaultCommandLine(
base::CommandLine* command_line) { … }
bool MixinBasedInProcessBrowserTest::SetUpUserDataDirectory() { … }
void MixinBasedInProcessBrowserTest::SetUpInProcessBrowserTestFixture() { … }
void MixinBasedInProcessBrowserTest::CreatedBrowserMainParts(
content::BrowserMainParts* browser_main_parts) { … }
void MixinBasedInProcessBrowserTest::SetUpOnMainThread() { … }
void MixinBasedInProcessBrowserTest::PostRunTestOnMainThread() { … }
void MixinBasedInProcessBrowserTest::TearDownOnMainThread() { … }
void MixinBasedInProcessBrowserTest::TearDownInProcessBrowserTestFixture() { … }
void MixinBasedInProcessBrowserTest::TearDown() { … }