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
}
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
Click to show internal directories.
Click to hide internal directories.