Sha256: 1028cfddb2ae1a238e237e01afd5178c89d1298f477a22840eaab1862a380c6d
Contents?: true
Size: 204 Bytes
Versions: 38
Compression:
Stored size: 204 Bytes
Contents
#include "unittest.hpp" #include "rice/Jump_Tag.hpp" using namespace Rice; TESTSUITE(Jump_Tag); SETUP(Jump_Tag) { } TESTCASE(construct) { Jump_Tag jump_tag(42); ASSERT_EQUAL(42, jump_tag.tag); }
Version data entries
38 entries across 38 versions & 6 rubygems