Documentation ¶
Index ¶
- type Configurer
- type CurrentBranchConfigurer
- func (bc *CurrentBranchConfigurer) ClearResources() error
- func (cb *CurrentBranchConfigurer) ConfigureChain(chainConfig *chain.Config) error
- func (cb *CurrentBranchConfigurer) ConfigureChains() error
- func (bc *CurrentBranchConfigurer) GetChainConfig(chainIndex int) *chain.Config
- func (bc *CurrentBranchConfigurer) RunIBC() error
- func (cb *CurrentBranchConfigurer) RunSetup() error
- func (bc *CurrentBranchConfigurer) RunValidators() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer interface { ConfigureChains() error ClearResources() error GetChainConfig(chainIndex int) *chain.Config RunSetup() error RunValidators() error RunIBC() error }
func New ¶
func New(t *testing.T, isDebugLogEnabled bool) (Configurer, error)
New returns a new Configurer. TODO currently only one configuration is available. Consider testing upgrades when necessary
func NewCurrentBranchConfigurer ¶
func NewCurrentBranchConfigurer(t *testing.T, chainConfigs []*chain.Config, setupTests setupFn, containerManager *containers.Manager) Configurer
type CurrentBranchConfigurer ¶
type CurrentBranchConfigurer struct {
// contains filtered or unexported fields
}
func (*CurrentBranchConfigurer) ClearResources ¶
func (bc *CurrentBranchConfigurer) ClearResources() error
func (*CurrentBranchConfigurer) ConfigureChain ¶
func (cb *CurrentBranchConfigurer) ConfigureChain(chainConfig *chain.Config) error
func (*CurrentBranchConfigurer) ConfigureChains ¶
func (cb *CurrentBranchConfigurer) ConfigureChains() error
func (*CurrentBranchConfigurer) GetChainConfig ¶
func (*CurrentBranchConfigurer) RunSetup ¶
func (cb *CurrentBranchConfigurer) RunSetup() error
func (*CurrentBranchConfigurer) RunValidators ¶
func (bc *CurrentBranchConfigurer) RunValidators() error
Click to show internal directories.
Click to hide internal directories.