Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Stack ¶
type Stack struct { Log *zap.Logger App *storjscan.App StartApp func() error CloseApp func() error Network *testeth.Network Token blockchain.Address }
Stack contains references to storjscan app and eth test network.
type Test ¶
type Test func(t *testing.T, ctx *testcontext.Context, planet *testplanet.Planet, stack *Stack)
Test defines common services for storjscan tests.
Click to show internal directories.
Click to hide internal directories.