Project
Loading...
Searching...
No Matches
test_BigEndian.cxx File Reference
#include "Framework/BigEndian.h"
#include <catch_amalgamated.hpp>
#include <cstdint>
#include <cstring>

Go to the source code of this file.

Functions

 TEST_CASE ("bigEndianCopy: typeSize 1 is a plain copy")
 
 TEST_CASE ("bigEndianCopy: uint16 byte swap")
 
 TEST_CASE ("bigEndianCopy: uint32 byte swap")
 
 TEST_CASE ("bigEndianCopy: uint64 byte swap")
 
 TEST_CASE ("bigEndianCopy: multiple elements")
 

Function Documentation

◆ TEST_CASE() [1/5]

TEST_CASE ( "bigEndianCopy: multiple elements"  )

Definition at line 57 of file test_BigEndian.cxx.

◆ TEST_CASE() [2/5]

TEST_CASE ( "bigEndianCopy: typeSize 1 is a plain copy"  )

Definition at line 19 of file test_BigEndian.cxx.

◆ TEST_CASE() [3/5]

TEST_CASE ( "bigEndianCopy: uint16 byte swap"  )

Definition at line 27 of file test_BigEndian.cxx.

◆ TEST_CASE() [4/5]

TEST_CASE ( "bigEndianCopy: uint32 byte swap"  )

Definition at line 37 of file test_BigEndian.cxx.

◆ TEST_CASE() [5/5]

TEST_CASE ( "bigEndianCopy: uint64 byte swap"  )

Definition at line 47 of file test_BigEndian.cxx.