Sha256: 6408883dfe4b1b9a0303afa7c4bf748ef1a80575ad12f40f9d520174ba9d70a5
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
require 'minitest/autorun' require 'xkeys' class TestXK_04 < MiniTest::Unit::TestCase def test_hash a = [].extend XKeys::Hash assert_kind_of(XKeys::Get, a, 'Hash => Get') assert_kind_of(XKeys::Set_Hash, a, 'Hash => Set_Hash') end def test_auto a = [].extend XKeys::Auto assert_kind_of(XKeys::Get, a, 'Auto => Get') assert_kind_of(XKeys::Set_Auto, a, 'Auto => Set_Auto') end end # END
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
xkeys-2.2.0 | test/04mod_combos.rb |
xkeys-2.1.0 | test/04mod_combos.rb |
xkeys-2.0.1 | test/04mod_combos.rb |
xkeys-2.0.0 | test/04mod_combos.rb |