chromium/components/segmentation_platform/embedder/default_model/url_visit_resumption_ranker_unittest.cc

// Copyright 2024 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/segmentation_platform/embedder/default_model/url_visit_resumption_ranker.h"

#include "components/segmentation_platform/embedder/default_model/default_model_test_base.h"
#include "components/visited_url_ranking/public/url_visit_schema.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace segmentation_platform {

class URLVisitResumptionRankerTest : public DefaultModelTestBase {};

TEST_F(URLVisitResumptionRankerTest, InitAndFetchModel) {}

TEST_F(URLVisitResumptionRankerTest, VerifyMetadata) {}

TEST_F(URLVisitResumptionRankerTest, ModelScore) {}

}  // namespace segmentation_platform