Sha256: f4abcc56bf8c9972e80f5e066c701f71d1166675e7a7b0c9662954dae13a6452

Contents?: true

Size: 200 Bytes

Versions: 12

Compression:

Stored size: 200 Bytes

Contents

#include "unittest.hpp"
#include <rice/rice.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

12 entries across 12 versions & 1 rubygems

Version Path
rice-4.3.3 test/test_Jump_Tag.cpp
rice-4.3.2 test/test_Jump_Tag.cpp
rice-4.3.1 test/test_Jump_Tag.cpp
rice-4.3.0 test/test_Jump_Tag.cpp
rice-4.2.1 test/test_Jump_Tag.cpp
rice-4.2.0 test/test_Jump_Tag.cpp
rice-4.1.0 test/test_Jump_Tag.cpp
rice-4.0.4 test/test_Jump_Tag.cpp
rice-4.0.3 test/test_Jump_Tag.cpp
rice-4.0.2 test/test_Jump_Tag.cpp
rice-4.0.1 test/test_Jump_Tag.cpp
rice-4.0.0 test/test_Jump_Tag.cpp