chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_array_unittest.cpp

// Copyright 2016 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/cpdf_array.h"

#include <iterator>
#include <memory>
#include <utility>

#include "core/fpdfapi/parser/cpdf_boolean.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(ArrayTest, GetBooleanAt) {}

TEST(ArrayTest, RemoveAt) {}

TEST(ArrayTest, Clear) {}

TEST(ArrayTest, SetAtBeyond) {}

TEST(ArrayTest, InsertAt) {}

TEST(ArrayTest, InsertAtBeyond) {}

TEST(ArrayTest, Clone) {}

TEST(ArrayTest, Find) {}

TEST(ArrayTest, Contains) {}

TEST(ArrayTest, Iterator) {}