...

Source file src/github.com/syndtr/goleveldb/leveldb/iterator/iter_suite_test.go

Documentation: github.com/syndtr/goleveldb/leveldb/iterator

     1  package iterator_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/syndtr/goleveldb/leveldb/testutil"
     7  )
     8  
     9  func TestIterator(t *testing.T) {
    10  	testutil.RunSuite(t, "Iterator Suite")
    11  }
    12  

View as plain text