preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
SpanTests.cpp File Reference
#include <array>
#include <string>
#include <string_view>
#include <vector>
#include "precice/span.hpp"
#include "testing/Testing.hpp"
Include dependency graph for SpanTests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (FromDoubleVector)
 
 BOOST_AUTO_TEST_CASE (FromIntVector)
 
 BOOST_AUTO_TEST_CASE (FromString)
 
 BOOST_AUTO_TEST_CASE (FromCharVec)
 
 BOOST_AUTO_TEST_CASE (FromLiteral)
 
 BOOST_AUTO_TEST_CASE (FromStdArray)
 
 BOOST_AUTO_TEST_CASE (FromCArray)
 
 BOOST_AUTO_TEST_CASE (FromStringRef)
 
 BOOST_AUTO_TEST_CASE (FromConstStringRef)
 
 BOOST_AUTO_TEST_CASE (FromCString)
 
 BOOST_AUTO_TEST_CASE (FromConstCString)
 
 BOOST_AUTO_TEST_CASE (ToStringView)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/12]

BOOST_AUTO_TEST_CASE ( FromCArray )

Definition at line 73 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/12]

BOOST_AUTO_TEST_CASE ( FromCharVec )

Definition at line 42 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/12]

BOOST_AUTO_TEST_CASE ( FromConstCString )

Definition at line 111 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/12]

BOOST_AUTO_TEST_CASE ( FromConstStringRef )

Definition at line 93 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/12]

BOOST_AUTO_TEST_CASE ( FromCString )

Definition at line 102 of file SpanTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/12]

BOOST_AUTO_TEST_CASE ( FromDoubleVector )

Definition at line 14 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/12]

BOOST_AUTO_TEST_CASE ( FromIntVector )

Definition at line 24 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/12]

BOOST_AUTO_TEST_CASE ( FromLiteral )

Definition at line 52 of file SpanTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [9/12]

BOOST_AUTO_TEST_CASE ( FromStdArray )

Definition at line 62 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [10/12]

BOOST_AUTO_TEST_CASE ( FromString )

Definition at line 34 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [11/12]

BOOST_AUTO_TEST_CASE ( FromStringRef )

Definition at line 84 of file SpanTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [12/12]

BOOST_AUTO_TEST_CASE ( ToStringView )

Definition at line 119 of file SpanTests.cpp.

Here is the call graph for this function: