awsat

package
v0.0.0-...-ed79881 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2020 License: Apache-2.0 Imports: 47 Imported by: 0

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(v bool) *bool

func BoolValue

func BoolValue(v *bool) bool

func Float64

func Float64(v float64) *float64

func Int64

func Int64(v int64) *int64

func Int64AsIntValue

func Int64AsIntValue(v *int64) int

func String

func String(v string) *string

func StringValue

func StringValue(v *string) string

Types

type ATBuilder

type ATBuilder struct {
	// contains filtered or unexported fields
}

func Template

func Template(template string) *ATBuilder

func (*ATBuilder) ExpectCalls

func (b *ATBuilder) ExpectCalls(expects ...string) *ATBuilder

func (*ATBuilder) ExpectCommandResult

func (b *ATBuilder) ExpectCommandResult(key string) *ATBuilder

func (*ATBuilder) ExpectInput

func (b *ATBuilder) ExpectInput(call string, input interface{}) *ATBuilder

func (*ATBuilder) ExpectRevert

func (b *ATBuilder) ExpectRevert(revert string) *ATBuilder

func (*ATBuilder) Fillers

func (b *ATBuilder) Fillers(fillers map[string]string) *ATBuilder

func (*ATBuilder) Graph

func (b *ATBuilder) Graph(g *graph.Graph) *ATBuilder

func (*ATBuilder) IgnoreInput

func (b *ATBuilder) IgnoreInput(calls ...string) *ATBuilder

func (*ATBuilder) Mock

func (b *ATBuilder) Mock(i mock) *ATBuilder

func (*ATBuilder) Run

func (b *ATBuilder) Run(t *testing.T, l ...*logger.Logger)

type AcceptanceFactory

type AcceptanceFactory struct {
	Mock   interface{}
	Logger *logger.Logger
	Graph  cloud.GraphAPI
}

func NewAcceptanceFactory

func NewAcceptanceFactory(mock interface{}, g cloud.GraphAPI, l ...*logger.Logger) *AcceptanceFactory

func (*AcceptanceFactory) Build

func (f *AcceptanceFactory) Build(key string) func() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL