chromium/third_party/pdfium/xfa/fxfa/parser/cxfa_xmllocale_unittest.cpp

// 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 "xfa/fxfa/parser/cxfa_xmllocale.h"

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

namespace {

const char kXMLData[] =;

CXFA_XMLLocale* CreateLocaleHelper(cppgc::Heap* heap) {}

}  // namespace

class CXFA_XMLLocaleTest : public FXGCUnitTest {};

TEST_F(CXFA_XMLLocaleTest, Create) {}

TEST_F(CXFA_XMLLocaleTest, CreateBadXML) {}

TEST_F(CXFA_XMLLocaleTest, GetName) {}

TEST_F(CXFA_XMLLocaleTest, GetNumericSymbols) {}

TEST_F(CXFA_XMLLocaleTest, GetDateTimeSymbols) {}

TEST_F(CXFA_XMLLocaleTest, GetMonthName) {}

TEST_F(CXFA_XMLLocaleTest, GetDayName) {}

TEST_F(CXFA_XMLLocaleTest, GetMeridiemName) {}

TEST_F(CXFA_XMLLocaleTest, GetEraName) {}

TEST_F(CXFA_XMLLocaleTest, GetDatePattern) {}

TEST_F(CXFA_XMLLocaleTest, GetTimePattern) {}

TEST_F(CXFA_XMLLocaleTest, GetNumPattern) {}