MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

compute/test/test_struct.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57#include "context_setup.hpp"
58
59BOOST_AUTO_TEST_CASE(atom_type_name)
60{
61 BOOST_CHECK(std::strcmp(compute::type_name<chemistry::Atom>(), "Atom") == 0);
62}
63
64BOOST_AUTO_TEST_CASE(atom_struct)
65{

Callers

nothing calls this directly

Calls 12

AtomClass · 0.85
copyFunction · 0.85
find_ifFunction · 0.85
transformFunction · 0.85
make_struct_with_arrayFunction · 0.85
push_backMethod · 0.80
create_kernelMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
set_argMethod · 0.45

Tested by

no test coverage detected