Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationTestSetup ¶
type IntegrationTestSetup struct { Cfg *config.Config TestCluster integration.SpcCluster // contains filtered or unexported fields }
func NewIntegrationTestSetup ¶
func NewIntegrationTestSetup(t *testing.T, ctx context.Context, cluster integration.SpcCluster) *IntegrationTestSetup
func (*IntegrationTestSetup) GetAccount ¶
func (i *IntegrationTestSetup) GetAccount(idx int) (common.Address, error)
func (*IntegrationTestSetup) GetPrivateKey ¶
func (i *IntegrationTestSetup) GetPrivateKey(idx int) (string, error)
func (*IntegrationTestSetup) Terminate ¶
func (i *IntegrationTestSetup) Terminate(t *testing.T)
Click to show internal directories.
Click to hide internal directories.