chromium/third_party/pdfium/core/fpdfdoc/cpdf_annot_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/fpdfdoc/cpdf_annot.h"

#include <vector>

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

namespace {

RetainPtr<CPDF_Array> CreateQuadPointArrayFromVector(
    const std::vector<int>& points) {}

}  // namespace

TEST(CPDFAnnotTest, RectFromQuadPointsArray) {}

TEST(CPDFAnnotTest, BoundingRectFromQuadPoints) {}

TEST(CPDFAnnotTest, RectFromQuadPoints) {}

TEST(CPDFAnnotTest, QuadPointCount) {}