chromium/components/segmentation_platform/embedder/default_model/tab_resumption_ranker_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 "components/segmentation_platform/embedder/default_model/tab_resumption_ranker.h"

#include "components/segmentation_platform/embedder/default_model/default_model_test_base.h"
#include "components/segmentation_platform/embedder/input_delegate/tab_session_source.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace segmentation_platform {

class TabResumptionRankerTest : public DefaultModelTestBase {};

TEST_F(TabResumptionRankerTest, InitAndFetchModel) {}

TEST_F(TabResumptionRankerTest, VerifyMetadata) {}

TEST_F(TabResumptionRankerTest, ExecuteModelWithInput) {}

}  // namespace segmentation_platform