fakes

package
v0.0.0-...-34d941c Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakeDeployment

func NewFakeDeployment() bideplmanifest.Manifest

func NewFakeJob

func NewFakeJob() bideplmanifest.Job

func NewFakeReleaseJobRef

func NewFakeReleaseJobRef() bideplmanifest.ReleaseJobRef

Types

type FakeParser

type FakeParser struct {
	ParsePath     string
	ParseManifest bideplmanifest.Manifest
	ParseErr      error
}

func NewFakeParser

func NewFakeParser() *FakeParser

func (*FakeParser) Parse

func (p *FakeParser) Parse(path string) (bideplmanifest.Manifest, error)

type FakeValidator

type FakeValidator struct {
	ValidateInputs []ValidateInput
	// contains filtered or unexported fields
}

func NewFakeValidator

func NewFakeValidator() *FakeValidator

func (*FakeValidator) SetValidateBehavior

func (v *FakeValidator) SetValidateBehavior(outputs []ValidateOutput)

func (*FakeValidator) Validate

func (v *FakeValidator) Validate(manifest bideplmanifest.Manifest) error

type ValidateInput

type ValidateInput struct {
	Manifest bideplmanifest.Manifest
}

type ValidateOutput

type ValidateOutput struct {
	Err error
}

Jump to

Keyboard shortcuts

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