2022-03-14 11:30:07 +00:00
|
|
|
/*
|
|
|
|
Package audittest provides functions for convenient testing of audit package API.
|
|
|
|
|
|
|
|
Note that importing the package into source files is highly discouraged.
|
|
|
|
|
|
|
|
Random instance generation functions can be useful when testing expects any value, e.g.:
|
2022-08-24 14:17:40 +00:00
|
|
|
|
2022-03-14 11:30:07 +00:00
|
|
|
import audittest "github.com/nspcc-dev/neofs-sdk-go/audit/test"
|
|
|
|
|
|
|
|
dec := audittest.Result()
|
|
|
|
// test the value
|
|
|
|
*/
|
|
|
|
package audittest
|