chromium/components/password_manager/services/csv_password/public/mojom/csv_password_parser_traits_unittest.cc

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

#include "components/password_manager/services/csv_password/public/mojom/csv_password_parser_traits.h"

#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo {

TEST(CsvPasswordParserTraitsTest, SerializeAndDeserializeMalformedURL) {}

TEST(CsvPasswordParserTraitsTest, SerializeAndDeserializeGoodURL) {}

TEST(CsvPasswordParserTraitsTest, SerializeAndDeserializeSyntaxError) {}

TEST(CsvPasswordParserTraitsTest, SerializeAndDeserializeSemanticError) {}

}  // namespace mojo