tests

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestContract

type TestContract struct {
	Path    string // File path of the contract
	Content string // Content of the contract file
	Bytes   []byte // Byte representation of the contract
}

TestContract represents a contract used for testing purposes

func ReadContractFileForTest

func ReadContractFileForTest(t *testing.T, name string) TestContract

ReadContractFileForTest reads a contract file for testing

func ReadContractFileForTestFromRootPath

func ReadContractFileForTestFromRootPath(t *testing.T, name string) TestContract

ReadContractFileForTestFromRootPath reads a contract file for testing from root of the solgo project

func ReadDumpBytesForTest

func ReadDumpBytesForTest(t *testing.T, name string) TestContract

ReadDumpBytesForTest reads a dump file for testing purposes

func ReadJsonBytesForTest

func ReadJsonBytesForTest(t *testing.T, name string) TestContract

ReadJsonBytesForTest reads a json file for testing purposes

func ReadJsonBytesForTestFromRootPath

func ReadJsonBytesForTestFromRootPath(t *testing.T, name string) TestContract

ReadJsonBytesForTestFromRootPath reads a json file for testing purposes from root of the solgo project

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL