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
a85_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
#include <iterator>
#include <limits>
#include <memory>
#include "core/fxcodec/basic/basicmodule.h"
#include "core/fxcrt/data_vector.h"
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for a85_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (fxcodec, A85EmptyInput)
 
 TEST (fxcodec, A85Basic)
 
 TEST (fxcodec, A85LeftoverBytes)
 
 TEST (fxcodec, A85Zeros)
 
 TEST (fxcodec, A85LineBreaks)
 

Function Documentation

◆ TEST() [1/5]

TEST ( fxcodec ,
A85Basic  )

Definition at line 20 of file a85_unittest.cpp.

◆ TEST() [2/5]

TEST ( fxcodec ,
A85EmptyInput  )

Definition at line 15 of file a85_unittest.cpp.

◆ TEST() [3/5]

TEST ( fxcodec ,
A85LeftoverBytes  )

Definition at line 36 of file a85_unittest.cpp.

◆ TEST() [4/5]

TEST ( fxcodec ,
A85LineBreaks  )

Definition at line 127 of file a85_unittest.cpp.

◆ TEST() [5/5]

TEST ( fxcodec ,
A85Zeros  )

Definition at line 81 of file a85_unittest.cpp.