git.frostfs.info/TrueCloudLab/frostfs-sdk-go@v0.0.0-20241022124111-5361f0ecebd3/checksum/test/doc.go (about)

     1  /*
     2  Package checksumtest provides functions for convenient testing of checksum package API.
     3  
     4  Note that importing the package into source files is highly discouraged.
     5  
     6  Random instance generation functions can be useful when testing expects any value, e.g.:
     7  
     8  	import checksumtest "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/checksum/test"
     9  
    10  	cs := checksumtest.Checksum()
    11  	// test the value
    12  */
    13  package checksumtest