ChampSim
042-get-span.cc File Reference
#include <catch.hpp>
#include "util/span.h"
#include <vector>
Include dependency graph for 042-get-span.cc:

Functions

 TEST_CASE ("get_span() returns an empty span from an empty list")
 
 TEST_CASE ("get_span() returns a span capped by the size parameter")
 
 TEST_CASE ("get_span_p() returns an empty span from an empty list")
 
 TEST_CASE ("get_span_p() returns a span capped by the size parameter")
 
 TEST_CASE ("get_span_p() returns a span capped by the function parameter")
 

Function Documentation

◆ TEST_CASE() [1/5]

TEST_CASE ( "get_span() returns a span capped by the size parameter"  )

◆ TEST_CASE() [2/5]

TEST_CASE ( "get_span() returns an empty span from an empty list"  )

◆ TEST_CASE() [3/5]

TEST_CASE ( "get_span_p() returns a span capped by the function parameter"  )

◆ TEST_CASE() [4/5]

TEST_CASE ( "get_span_p() returns a span capped by the size parameter"  )

◆ TEST_CASE() [5/5]

TEST_CASE ( "get_span_p() returns an empty span from an empty list"  )