Documentation
¶
Index ¶
- type TestContract
- func ReadContractFileForTest(t *testing.T, name string) TestContract
- func ReadContractFileForTestFromRootPath(t *testing.T, name string) TestContract
- func ReadDumpBytesForTest(t *testing.T, name string) TestContract
- func ReadJsonBytesForTest(t *testing.T, name string) TestContract
- func ReadJsonBytesForTestFromRootPath(t *testing.T, name string) TestContract
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
Click to show internal directories.
Click to hide internal directories.