// 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/internal/selection/selection_utils.h" #include "testing/gtest/include/gtest/gtest.h" namespace segmentation_platform { class SelectionUtilsTest : public testing::Test { … }; TEST_F(SelectionUtilsTest, ResultStateToPredictionStatus) { … } } // namespace segmentation_platform