Sha256: 9c9f6e395697272f00f92dcc776588607d27a0865ebd6314643b25b9b75e4ef5
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
require 'test/unit' $:.unshift File.dirname(__FILE__) + '/../lib' require 'mapi/types' class TestMapiTypes < Test::Unit::TestCase include Mapi def test_constants assert_equal 3, Types::PT_LONG end def test_lookup assert_equal 'PT_LONG', Types::DATA[3].first end end
Version data entries
6 entries across 6 versions & 1 rubygems