chromium/components/assist_ranker/ranker_example_util_unittest.cc

// Copyright 2017 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/assist_ranker/ranker_example_util.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace assist_ranker {

ElementsAreArray;

class RankerExampleUtilTest : public ::testing::Test {};

TEST_F(RankerExampleUtilTest, CheckFeature) {}

TEST_F(RankerExampleUtilTest, SafeGetFeature) {}

TEST_F(RankerExampleUtilTest, GetFeatureValueAsFloat) {}

TEST_F(RankerExampleUtilTest, GetOneHotValue) {}

TEST_F(RankerExampleUtilTest, ScalarFeatureInt64Conversion) {}

TEST_F(RankerExampleUtilTest, FloatFeatureInt64Conversion) {}

TEST_F(RankerExampleUtilTest, StringListInt64Conversion) {}

TEST_F(RankerExampleUtilTest, HashExampleFeatureNames) {}

}  // namespace assist_ranker