Chatterino
Namespaces | Functions
LimitedQueue.cpp File Reference
#include "messages/LimitedQueue.hpp"
#include <gtest/gtest.h>
#include <vector>
Include dependency graph for LimitedQueue.cpp:

Namespaces

 chatterino
 
 std
 

Functions

template<typename T >
std::ostream & chatterino::operator<< (std::ostream &os, const LimitedQueueSnapshot< T > &snapshot)
 
template<typename T >
std::ostream & std::operator<< (std::ostream &os, const vector< T > &vec)
 
template<typename T >
void SNAPSHOT_EQUALS (const LimitedQueueSnapshot< T > &snapshot, const std::vector< T > &values, const std::string &msg)
 
 TEST (LimitedQueue, PushBack)
 
 TEST (LimitedQueue, PushFront)
 
 TEST (LimitedQueue, ReplaceItem)
 

Function Documentation

◆ SNAPSHOT_EQUALS()

template<typename T >
void SNAPSHOT_EQUALS ( const LimitedQueueSnapshot< T > &  snapshot,
const std::vector< T > &  values,
const std::string &  msg 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TEST() [1/3]

TEST ( LimitedQueue  ,
PushBack   
)
Here is the call graph for this function:

◆ TEST() [2/3]

TEST ( LimitedQueue  ,
PushFront   
)
Here is the call graph for this function:

◆ TEST() [3/3]

TEST ( LimitedQueue  ,
ReplaceItem   
)
Here is the call graph for this function: