#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) { … }
}