Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_seekablestreamproxy_unittest.cpp File Reference

(ada9ddbf8c604585ac344b72f7bb63ac27c84726)

#include "core/fxcrt/cfx_seekablestreamproxy.h"
#include <iterator>
#include "core/fxcrt/cfx_read_only_span_stream.h"
#include "core/fxcrt/retain_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for cfx_seekablestreamproxy_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (SeekableStreamProxyTest, NullStream)
 
 TEST (SeekableStreamProxyTest, DefaultStreamBOMNotRecognized)
 
 TEST (SeekableStreamProxyTest, UTF8Stream)
 
 TEST (SeekableStreamProxyTest, UTF16LEStream)
 
 TEST (SeekableStreamProxyTest, UTF16BEStream)
 

Function Documentation

◆ TEST() [1/5]

TEST ( SeekableStreamProxyTest ,
DefaultStreamBOMNotRecognized  )

Definition at line 23 of file cfx_seekablestreamproxy_unittest.cpp.

◆ TEST() [2/5]

TEST ( SeekableStreamProxyTest ,
NullStream  )

Definition at line 14 of file cfx_seekablestreamproxy_unittest.cpp.

◆ TEST() [3/5]

TEST ( SeekableStreamProxyTest ,
UTF16BEStream  )

Definition at line 58 of file cfx_seekablestreamproxy_unittest.cpp.

◆ TEST() [4/5]

TEST ( SeekableStreamProxyTest ,
UTF16LEStream  )

Definition at line 46 of file cfx_seekablestreamproxy_unittest.cpp.

◆ TEST() [5/5]

TEST ( SeekableStreamProxyTest ,
UTF8Stream  )

Definition at line 33 of file cfx_seekablestreamproxy_unittest.cpp.