chromium/third_party/pdfium/fpdfsdk/fpdf_editimg_embeddertest.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 "public/fpdf_edit.h"

#include "public/cpp/fpdf_scopers.h"
#include "testing/embedder_test.h"
#include "testing/utils/file_util.h"

class PDFEditImgTest : public EmbedderTest {};

TEST_F(PDFEditImgTest, InsertObjectWithInvalidPage) {}

TEST_F(PDFEditImgTest, NewImageObj) {}

TEST_F(PDFEditImgTest, NewImageObjGenerateContent) {}

TEST_F(PDFEditImgTest, NewImageObjLoadJpeg) {}

TEST_F(PDFEditImgTest, NewImageObjLoadJpegInline) {}

TEST_F(PDFEditImgTest, SetBitmap) {}

TEST_F(PDFEditImgTest, GetSetImageMatrix) {}

TEST_F(PDFEditImgTest, Bug2132) {}

TEST_F(PDFEditImgTest, GetAndSetMatrixForFormWithImage) {}