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

Version Path
rice-1.5.1 test/test_Jump_Tag.cpp
rice-1.5.0 test/test_Jump_Tag.cpp
rice-jdguyot-1.4.3p1 test/test_Jump_Tag.cpp
rice-1.4.3 test/test_Jump_Tag.cpp
wurlinc-rice-1.4.0.4 test/test_Jump_Tag.cpp
wurlinc-rice-1.4.0.1 test/test_Jump_Tag.cpp
rice-1.4.2 test/test_Jump_Tag.cpp
rice-jdguyot-1.4.0.p1 test/test_Jump_Tag.cpp
rice-jdguyot-1.4.0 test/test_Jump_Tag.cpp
rice-1.4.0 test/test_Jump_Tag.cpp
rice-1.3.2 test/test_Jump_Tag.cpp
rice-1.3.1 test/test_Jump_Tag.cpp
rice-1.3.0 test/test_Jump_Tag.cpp
rice-1.2.0 test/test_Jump_Tag.cpp
rice-1.0.2 test/test_Jump_Tag.cpp
rice-1.0.0 test/test_Jump_Tag.cpp
rice-1.0.1 test/test_Jump_Tag.cpp
rice-1.1.0 test/test_Jump_Tag.cpp