chromium/components/segmentation_platform/internal/execution/processing/sql_feature_processor_unittest.cc

// Copyright 2022 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/execution/processing/sql_feature_processor.h"

#include "base/containers/flat_map.h"
#include "base/functional/bind.h"
#include "base/memory/weak_ptr.h"
#include "base/run_loop.h"
#include "base/test/gmock_callback_support.h"
#include "base/test/simple_test_clock.h"
#include "base/test/task_environment.h"
#include "components/segmentation_platform/internal/database/mock_ukm_database.h"
#include "components/segmentation_platform/internal/execution/processing/feature_processor_state.h"
#include "components/segmentation_platform/internal/metadata/metadata_writer.h"
#include "components/segmentation_platform/public/input_delegate.h"
#include "components/segmentation_platform/public/proto/model_metadata.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

RunOnceCallback;
_;

namespace segmentation_platform::processing {

const auto kBoolType =;

class SqlFeatureProcessorTest : public testing::Test {};

TEST_F(SqlFeatureProcessorTest, EmptyBindValues) {}

TEST_F(SqlFeatureProcessorTest, SingleSqlFeatureWithBindValues) {}

TEST_F(SqlFeatureProcessorTest, MultipleSqlFeatures) {}

}  // namespace segmentation_platform::processing