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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include <stdint.h>
#include <array>
#include <iterator>
#include <limits>
#include <memory>
#include "core/fxcodec/basic/basicmodule.h"
#include "core/fxcrt/data_vector.h"
#include "testing/gmock/include/gmock/gmock.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 24 of file a85_unittest.cpp.

◆ TEST() [2/5]

TEST ( fxcodec ,
A85EmptyInput  )

Definition at line 19 of file a85_unittest.cpp.

◆ TEST() [3/5]

TEST ( fxcodec ,
A85LeftoverBytes  )

Definition at line 35 of file a85_unittest.cpp.

◆ TEST() [4/5]

TEST ( fxcodec ,
A85LineBreaks  )

Definition at line 91 of file a85_unittest.cpp.

◆ TEST() [5/5]

TEST ( fxcodec ,
A85Zeros  )

Definition at line 63 of file a85_unittest.cpp.