// Copyright 2018 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <limits> #include "core/fxcrt/fx_number.h" #include "testing/gtest/include/gtest/gtest.h" TEST(fxnumber, Default) { … } TEST(fxnumber, FromSigned) { … } TEST(fxnumber, FromFloat) { … } TEST(fxnumber, FromStringUnsigned) { … } TEST(fxnumber, FromStringSigned) { … } TEST(fxnumber, FromStringFloat) { … }