Documentation ¶
Overview ¶
DO NOT EDIT This file was automatically generated with go generate
DO NOT EDIT This file was automatically generated with go generate
Index ¶
- func Bool(v bool) *bool
- func BoolValue(v *bool) bool
- func Float64(v float64) *float64
- func Int64(v int64) *int64
- func Int64AsIntValue(v *int64) int
- func String(v string) *string
- func StringValue(v *string) string
- type ATBuilder
- func (b *ATBuilder) ExpectCalls(expects ...string) *ATBuilder
- func (b *ATBuilder) ExpectCommandResult(key string) *ATBuilder
- func (b *ATBuilder) ExpectInput(call string, input interface{}) *ATBuilder
- func (b *ATBuilder) ExpectRevert(revert string) *ATBuilder
- func (b *ATBuilder) Fillers(fillers map[string]string) *ATBuilder
- func (b *ATBuilder) Graph(g *graph.Graph) *ATBuilder
- func (b *ATBuilder) IgnoreInput(calls ...string) *ATBuilder
- func (b *ATBuilder) Mock(i mock) *ATBuilder
- func (b *ATBuilder) Run(t *testing.T, l ...*logger.Logger)
- type AcceptanceFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64AsIntValue ¶
func StringValue ¶
Types ¶
type ATBuilder ¶
type ATBuilder struct {
// contains filtered or unexported fields
}
func (*ATBuilder) ExpectCalls ¶
func (*ATBuilder) ExpectCommandResult ¶
func (*ATBuilder) ExpectInput ¶
func (*ATBuilder) ExpectRevert ¶ added in v0.1.9
func (*ATBuilder) IgnoreInput ¶ added in v0.1.9
type AcceptanceFactory ¶
func NewAcceptanceFactory ¶
func NewAcceptanceFactory(mock interface{}, g cloud.GraphAPI, l ...*logger.Logger) *AcceptanceFactory
func (*AcceptanceFactory) Build ¶
func (f *AcceptanceFactory) Build(key string) func() interface{}
Click to show internal directories.
Click to hide internal directories.