#include <string.h>
#include <string>
#include "public/cpp/fpdf_scopers.h"
#include "public/fpdf_annot.h"
#include "public/fpdf_edit.h"
#include "public/fpdfview.h"
#include "testing/embedder_test.h"
#include "testing/fake_file_access.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/utils/file_util.h"
class CPDF_CreatorEmbedderTest : public EmbedderTest { … };
TEST_F(CPDF_CreatorEmbedderTest, SavedDocsAreEqualAfterParse) { … }
TEST_F(CPDF_CreatorEmbedderTest, Bug873) { … }
TEST_F(CPDF_CreatorEmbedderTest, SaveLinearizedInfo) { … }