// Copyright 2019 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "xfa/fxfa/parser/cxfa_measurement.h" #include "testing/gtest/include/gtest/gtest.h" TEST(CXFAMeasurementTest, ToString) { … } TEST(CXFAMeasurementTest, GetUnitFromString) { … } TEST(CXFAMeasurementTest, EqualsPrefix) { … } TEST(CXFAMeasurementTest, NoPrefix) { … } TEST(CXFAMeasurementTest, InvalidValues) { … }