In Files

Parent

TestHash

Public Instance Methods

test_bdb_hash() click to toggle source
# File test/test_rdf.rb, line 34
def test_bdb_hash
  store = HashStore.new('bdb','thestore')
  
end
test_initialize() click to toggle source
# File test/test_rdf.rb, line 24
def test_initialize
  store = HashStore.new()
  assert_instance_of(HashStore, store)
  assert_equal('hashes',store.store_type)
  assert_equal('memory',store.hash_type)
  assert_raises(RedlandError,'should raise exception'){
    store = HashStore.new('bdb')
  }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.