chromium/components/payments/content/utility/fingerprint_parser_unittest.cc

// Copyright 2017 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/payments/content/utility/fingerprint_parser.h"

#include "components/payments/core/error_logger.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace payments {
namespace {

TEST(FingerprintParserTest, CheckInputSize) {}

TEST(FingerprintParserTest, CheckColonSeparator) {}

TEST(FingerprintParserTest, MustBeHex) {}

TEST(FingerprintParserTest, MustBeUpperCaseHex) {}

TEST(FingerprintParserTest, MustBeASCII) {}

TEST(FingerprintParserTest, CorrectParsing) {}

}  // namespace
}  // namespace payments