forked from TrueCloudLab/frostfs-sdk-go
f7172adf18
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
13 lines
373 B
Go
13 lines
373 B
Go
/*
|
|
Package oidtest provides functions for convenient testing of oid 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.:
|
|
import oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test"
|
|
|
|
dec := oidtest.ID()
|
|
// test the value
|
|
|
|
*/
|
|
package oidtest
|