#include "third_party/blink/public/common/service_worker/service_worker_router_rule_mojom_traits.h"
#include <string_view>
#include "mojo/public/cpp/test_support/test_utils.h"
#include "services/network/public/mojom/fetch_api.mojom-shared.h"
#include "services/network/public/mojom/service_worker_router_info.mojom-shared.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/service_worker/service_worker_router_rule.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_router_rule.mojom.h"
#include "third_party/liburlpattern/parse.h"
#include "third_party/liburlpattern/pattern.h"
namespace blink {
namespace {
void TestRoundTrip(const blink::ServiceWorkerRouterRules& in) { … }
TEST(ServiceWorkerRouterRulesTest, EmptyRoundTrip) { … }
TEST(ServiceWorkerRouterRulesTest, SimpleRoundTrip) { … }
}
}