// 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_seekablemultistream.h" #include <utility> #include <vector> #include "core/fpdfapi/parser/cpdf_dictionary.h" #include "core/fpdfapi/parser/cpdf_stream.h" #include "core/fxcrt/stl_util.h" #include "testing/gtest/include/gtest/gtest.h" TEST(CPDFSeekableMultiStreamTest, NoStreams) { … } TEST(CXFAFileReadTest, EmptyStreams) { … } TEST(CXFAFileReadTest, NormalStreams) { … }