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