// Copyright 2019 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/fxcrt/cfx_seekablestreamproxy.h" #include <iterator> #include "core/fxcrt/cfx_read_only_span_stream.h" #include "core/fxcrt/retain_ptr.h" #include "core/fxcrt/span.h" #include "testing/gtest/include/gtest/gtest.h" TEST(SeekableStreamProxyTest, NullStream) { … } TEST(SeekableStreamProxyTest, DefaultStreamBOMNotRecognized) { … } TEST(SeekableStreamProxyTest, UTF8Stream) { … } TEST(SeekableStreamProxyTest, UTF16LEStream) { … } TEST(SeekableStreamProxyTest, UTF16BEStream) { … }