chromium/third_party/pdfium/fpdfsdk/fpdf_attachment_embeddertest.cpp

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <string>
#include <vector>

#include "public/fpdf_attachment.h"
#include "public/fpdfview.h"
#include "testing/embedder_test.h"
#include "testing/fx_string_testhelpers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/utils/hash.h"

static constexpr char kDateKey[] =;
static constexpr char kChecksumKey[] =;

class FPDFAttachmentEmbedderTest : public EmbedderTest {};

TEST_F(FPDFAttachmentEmbedderTest, ExtractAttachments) {}

TEST_F(FPDFAttachmentEmbedderTest, NoAttachmentToExtract) {}

TEST_F(FPDFAttachmentEmbedderTest, InvalidAttachmentData) {}

TEST_F(FPDFAttachmentEmbedderTest, AddAttachments) {}

TEST_F(FPDFAttachmentEmbedderTest, AddAttachmentsWithParams) {}

TEST_F(FPDFAttachmentEmbedderTest, AddAttachmentsToFileWithNoAttachments) {}

TEST_F(FPDFAttachmentEmbedderTest, DeleteAttachment) {}

TEST_F(FPDFAttachmentEmbedderTest, GetStringValueForChecksumNotString) {}

TEST_F(FPDFAttachmentEmbedderTest, GetStringValueForNotString) {}