Instrument Neutral Distributed Interface INDI  2.0.2
Functions
test_base64.cpp File Reference
#include <gtest/gtest.h>
#include <cstdlib>
#include <cstring>
#include "base64.h"

Go to the source code of this file.

Functions

 TEST (CORE_BASE64, Test_to64frombits)
 
 TEST (CORE_BASE64, Test_from64tobits)
 
 TEST (CORE_BASE64, Test_from64tobits_fast)
 
 TEST (CORE_BASE64, Test_from64tobits_fast_time)
 
 TEST (CORE_BASE64, Test_from64tobits_fast_with_bug_time)
 

Function Documentation

◆ TEST() [1/5]

TEST ( CORE_BASE64  ,
Test_from64tobits   
)

Definition at line 50 of file test_base64.cpp.

◆ TEST() [2/5]

TEST ( CORE_BASE64  ,
Test_from64tobits_fast   
)

Definition at line 66 of file test_base64.cpp.

◆ TEST() [3/5]

TEST ( CORE_BASE64  ,
Test_from64tobits_fast_time   
)

Definition at line 82 of file test_base64.cpp.

◆ TEST() [4/5]

TEST ( CORE_BASE64  ,
Test_from64tobits_fast_with_bug_time   
)

Definition at line 100 of file test_base64.cpp.

◆ TEST() [5/5]

TEST ( CORE_BASE64  ,
Test_to64frombits   
)

Definition at line 29 of file test_base64.cpp.