chromium/chrome/browser/web_applications/isolated_web_apps/isolated_web_app_version_unittest.cc

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

#include "chrome/browser/web_applications/isolated_web_apps/isolated_web_app_version.h"

#include <string>
#include <vector>

#include "base/types/expected.h"
#include "base/version.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace web_app {
namespace {

Eq;
HasSubstr;
IsTrue;

struct IwaVersionTestParam {};

IwaVersionTest;

TEST_P(IwaVersionTest, ParsesSuccessfully) {}

INSTANTIATE_TEST_SUITE_P();

IwaVersionParseErrorToStringTest;

TEST_P(IwaVersionParseErrorToStringTest, ConvertsErrorToString) {}

INSTANTIATE_TEST_SUITE_P();

}  // namespace
}  // namespace web_app