Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
Org1Name string
Org2Name string
Org1AdminUser string
Org2AdminUser string
Org1User string
Org2User string
ChannelID string
CCPath string
// contains filtered or unexported fields
}
Runner provides common data for running integration tests.
func NewWithExampleCC ¶
func NewWithExampleCC() *Runner
NewWithExampleCC constructs a Runner instance using defaults and configures to install example CC.
func (*Runner) ExampleChaincodeID ¶
ExampleChaincodeID returns the generated chaincode ID for example CC.
func (*Runner) TestSetup ¶
func (r *Runner) TestSetup() *integration.BaseSetupImpl
TestSetup returns the integration test setup.
Click to show internal directories.
Click to hide internal directories.