Versions in this module Expand all Collapse all v0 v0.1.0 Aug 10, 2023 Changes in this version + type RecordAsserter struct + func NewRecordAsserter(t *testing.T, resource string) *RecordAsserter + func (ra *RecordAsserter) Exists(wantRecs ...sdk.Record) []string + func (ra *RecordAsserter) NotExists(ids ...string) + type RecordCreator struct + func NewRecordCreator(t *testing.T, resource string, flushToServer bool) *RecordCreator + func (rc *RecordCreator) Cleanup() + func (rc *RecordCreator) NewTestCreateRecord() sdk.Record + func (rc *RecordCreator) NewTestDeleteRecord(id string) sdk.Record + func (rc *RecordCreator) NewTestUpdateRecord(id string) sdk.Record