Documentation
¶
Index ¶
- func AssetBalanceCheck(t *testing.T, expected, actualGo, actualScala int64, args ...interface{})
- func ErrorMessageCheck(t *testing.T, expectedErrGo, expectedErrScala string, ...)
- func ExistenceTxInfoCheck(t *testing.T, errGo, errScala error, args ...interface{})
- func GetAccount(suite *f.BaseSuite, i int) config.AccountInfo
- func GetAssetBalance(suite *f.BaseSuite, address proto.WavesAddress, id []byte) (int64, int64)
- func GetAssetBalanceGo(suite *f.BaseSuite, address proto.WavesAddress, id []byte) int64
- func GetAssetBalanceScala(suite *f.BaseSuite, address proto.WavesAddress, id []byte) int64
- func GetAvailableBalanceInWaves(suite *f.BaseSuite, address proto.WavesAddress) (int64, int64)
- func GetAvailableBalanceInWavesGo(suite *f.BaseSuite, address proto.WavesAddress) int64
- func GetAvailableBalanceInWavesScala(suite *f.BaseSuite, address proto.WavesAddress) int64
- func GetCurrentTimestampInMs() uint64
- func GetTxIdsInBlockchain(suite *f.BaseSuite, ids map[string]*crypto.Digest, timeout, tick time.Duration) map[string]string
- func RandStringBytes(n int) string
- func SendAndWaitTransaction(suite *f.BaseSuite, tx proto.Transaction, scheme proto.Scheme, ...) (error, error)
- func StatusCodesCheck(t *testing.T, b BroadcastedTransaction, goCode, scalaCode int, ...)
- func WavesDiffBalanceCheck(t *testing.T, expected, actualGo, actualScala int64, args ...interface{})
- type BroadcastedTransaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssetBalanceCheck ¶
func ErrorMessageCheck ¶
func ExistenceTxInfoCheck ¶
func GetAccount ¶
func GetAccount(suite *f.BaseSuite, i int) config.AccountInfo
func GetAssetBalance ¶
func GetAssetBalanceGo ¶
func GetAssetBalanceScala ¶
func GetAvailableBalanceInWavesGo ¶
func GetAvailableBalanceInWavesGo(suite *f.BaseSuite, address proto.WavesAddress) int64
func GetAvailableBalanceInWavesScala ¶
func GetAvailableBalanceInWavesScala(suite *f.BaseSuite, address proto.WavesAddress) int64
func GetCurrentTimestampInMs ¶
func GetCurrentTimestampInMs() uint64
func GetTxIdsInBlockchain ¶
func RandStringBytes ¶
func SendAndWaitTransaction ¶
func StatusCodesCheck ¶
func StatusCodesCheck(t *testing.T, b BroadcastedTransaction, goCode, scalaCode int, args ...interface{})
func WavesDiffBalanceCheck ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.