chromium/services/device/generic_sensor/platform_sensor_util_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/device/generic_sensor/platform_sensor_util.h"

#include <limits>

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

namespace device {

SensorType;

TEST(PlatformSensorUtil, RoundPositive) {}

TEST(PlatformSensorUtil, RoundNegative) {}

TEST(PlatformSensorUtil, RoundZero) {}

TEST(PlatformSensorUtil, RoundMax) {}

TEST(PlatformSensorUtil, RoundLowest) {}

TEST(PlatformSensorUtil, RoundMin) {}

TEST(PlatformSensorUtil, RoundQuaternion) {}

}  // namespace device