AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Data Structures | Functions
CircularFifo.test.cpp File Reference
#include <catch2/catch_all.hpp>
#include "aare/core/CircularFifo.hpp"

Data Structures

struct  MoveOnlyInt
 

Functions

 TEST_CASE ("CircularFifo can be default constructed")
 
 TEST_CASE ("Newly constructed fifo has the right size")
 
 TEST_CASE ("Can fit size number of objects")
 
 TEST_CASE ("Push move only type")
 
 TEST_CASE ("Push pop")
 
 TEST_CASE ("Pop free and then push")
 
 TEST_CASE ("Skip the first value")
 
 TEST_CASE ("Use in place and move to free")
 

Function Documentation

◆ TEST_CASE() [1/8]

TEST_CASE ( "Can fit size number of objects"  )

◆ TEST_CASE() [2/8]

TEST_CASE ( "CircularFifo can be default constructed"  )

◆ TEST_CASE() [3/8]

TEST_CASE ( "Newly constructed fifo has the right size"  )

◆ TEST_CASE() [4/8]

TEST_CASE ( "Pop free and then push"  )

◆ TEST_CASE() [5/8]

TEST_CASE ( "Push move only type"  )

◆ TEST_CASE() [6/8]

TEST_CASE ( "Push pop"  )

◆ TEST_CASE() [7/8]

TEST_CASE ( "Skip the first value"  )

◆ TEST_CASE() [8/8]

TEST_CASE ( "Use in place and move to free"  )