#include <utility>
#include "base/test/task_environment.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/mojom/url_test.mojom.h"
namespace url {
class UrlTestImpl : public mojom::UrlTest { … };
class MojoGURLStructTraitsTest : public ::testing::Test { … };
TEST_F(MojoGURLStructTraitsTest, Basic) { … }
TEST_F(MojoGURLStructTraitsTest, ExcessivelyLongUrl) { … }
TEST_F(MojoGURLStructTraitsTest, WindowsDriveInPathReplacement) { … }
TEST_F(MojoGURLStructTraitsTest, OriginSerialization) { … }
TEST_F(MojoGURLStructTraitsTest, TestMaxURLChars) { … }
}