MCPcopy 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

21using boost::test_tools::output_test_stream;
22
23BOOST_AUTO_TEST_CASE(empty)
24{
25 boost::compute::string str;
26 BOOST_VERIFY(str.empty());
27}
28
29BOOST_AUTO_TEST_CASE(swap)
30{

Callers

nothing calls this directly

Calls 6

lengthMethod · 0.80
emptyMethod · 0.45
swapMethod · 0.45
clearMethod · 0.45
sizeMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected