Versions in this module Expand all Collapse all v0 v0.12.0 May 1, 2021 Changes in this version + func MakeArray(t testing.TB, jsonArray string) document.Array + func MakeArrayValue(t testing.TB, vs ...interface{}) document.Value + func MakeValueBuffer(t testing.TB, jsonArray string) *document.ValueBuffer + func RequireDocJSONEq(t testing.TB, d document.Document, expected string) v0.11.0 Mar 16, 2021 Changes in this version + func Dump(t testing.TB, v interface{}) + type KV struct + Key []byte + Value []byte + func GetIndexContent(t testing.TB, tx *database.Transaction, indexName string) []KV v0.10.1 Jan 28, 2021 v0.10.0 Jan 26, 2021 Changes in this version + func MakeDocument(jsonDoc string) document.Document + func MakeValue(t testing.TB, v interface{}) *document.Value + type Docs []document.Document + func MakeDocuments(jsonDocs ...string) (docs Docs) + func (docs Docs) RequireEqual(t testing.TB, others Docs)