bdb/test/cursor_test.rb

24 lines
217 B
Ruby
Raw Normal View History

require 'test_helper'
class CursorTest < Test::Unit::TestCase
def test_get
end
def test_pget
end
def test_put
end
def test_close
end
def test_del
end
def test_count
end
end