chromium/third_party/pdfium/core/fpdfapi/parser/fpdf_parser_utility_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 "core/fpdfapi/parser/fpdf_parser_utility.h"

#include <memory>

#include "core/fpdfapi/page/cpdf_pagemodule.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fpdfapi/parser/cpdf_name.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fpdfapi/parser/cpdf_test_document.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(ParserUtilityTest, NameDecode) {}

TEST(ParserUtilityTest, NameEncode) {}

TEST(ParserUtilityTest, ValidateDictType) {}

TEST(ParserUtilityTest, ValidateDictAllResourcesOfType) {}

TEST(ParserUtilityTest, ValidateDictOptionalType) {}