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-3.0.0 test/test_Jump_Tag.cpp
rice2-2.2.1 test/test_Jump_Tag.cpp
rice2-2.2.0 test/test_Jump_Tag.cpp
rice-2.2.0 test/test_Jump_Tag.cpp
rice-2.1.3 test/test_Jump_Tag.cpp
rice-2.1.2 test/test_Jump_Tag.cpp
rice-2.1.1 test/test_Jump_Tag.cpp
rice-2.1.0 test/test_Jump_Tag.cpp
rice-2.0.0 test/test_Jump_Tag.cpp
rice-1.7.0 test/test_Jump_Tag.cpp
rice-1.6.3 test/test_Jump_Tag.cpp
jameskilton-rice-1.2.0 test/test_Jump_Tag.cpp
rice-1.6.2 test/test_Jump_Tag.cpp
rice-1.6.1 test/test_Jump_Tag.cpp
rice-1.6.0 test/test_Jump_Tag.cpp
rice-1.6.0.pre test/test_Jump_Tag.cpp
rice-1.5.3 test/test_Jump_Tag.cpp
rice-1.5.2 test/test_Jump_Tag.cpp
keyme-rice-1.5.1.keyme1 test/test_Jump_Tag.cpp
keyme-rice-1.5.1.keyme test/test_Jump_Tag.cpp