#include "content/browser/worker_host/worker_script_loader_factory.h"
#include "base/functional/callback_helpers.h"
#include "base/run_loop.h"
#include "content/browser/service_worker/embedded_worker_test_helper.h"
#include "content/browser/service_worker/service_worker_client.h"
#include "content/browser/service_worker/service_worker_context_core.h"
#include "content/browser/service_worker/service_worker_context_wrapper.h"
#include "content/browser/service_worker/service_worker_main_resource_handle.h"
#include "content/browser/worker_host/worker_script_loader.h"
#include "content/public/test/browser_task_environment.h"
#include "content/test/fake_network_url_loader_factory.h"
#include "net/base/isolation_info.h"
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
#include "services/network/public/cpp/wrapper_shared_url_loader_factory.h"
#include "services/network/public/mojom/fetch_api.mojom.h"
#include "services/network/test/test_url_loader_client.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/tokens/tokens.h"
namespace content {
namespace {
const int kProcessId = …;
}
class WorkerScriptLoaderFactoryTest : public testing::Test { … };
TEST_F(WorkerScriptLoaderFactoryTest, ServiceWorkerContainerHost) { … }
TEST_F(WorkerScriptLoaderFactoryTest, NullServiceWorkerHandle) { … }
TEST_F(WorkerScriptLoaderFactoryTest, NullBrowserContext) { … }
}