chromium/chrome/browser/ui/web_applications/share_target_utils_unittest.cc

// Copyright 2020 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/ui/web_applications/share_target_utils.h"

#include "components/services/app_service/public/cpp/intent_util.h"
#include "components/services/app_service/public/cpp/share_target.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace web_app {

TEST(ShareTargetUtils, ExtractTitle) {}

TEST(ShareTargetUtils, ExtractText) {}

TEST(ShareTargetUtils, ExtractUrl) {}

TEST(ShareTargetUtils, ExtractTextUrl) {}

TEST(ShareTargetUtils, ExtractTitleTextUrl) {}

TEST(ShareTargetUtils, SkipEmpty) {}

}  // namespace web_app