Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ BOOST_AUTO_TEST_CASE
Function
BOOST_AUTO_TEST_CASE
compute/test/test_string.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
using boost::test_tools::output_test_stream;
22
23
BOOST_AUTO_TEST_CASE(empty)
24
{
25
boost::compute::string str;
26
BOOST_VERIFY(str.empty());
27
}
28
29
BOOST_AUTO_TEST_CASE(swap)
30
{
Callers
nothing calls this directly
Calls
6
length
Method · 0.80
empty
Method · 0.45
swap
Method · 0.45
clear
Method · 0.45
size
Method · 0.45
find
Method · 0.45
Tested by
no test coverage detected