framework

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NilFunc

func NilFunc(f *TestFramework) error

NilFunc is a convenience function which simply does nothing

func RunFrameworkSpecs

func RunFrameworkSpecs(t *testing.T, suiteName string)

RunFrameworkSpecs is a convenience wrapper for running tests

Types

type TestFramework

type TestFramework struct {
	Sut *cli.App
	// contains filtered or unexported fields
}

TestFramework is used to support commonnly used test features

func NewTestFramework

func NewTestFramework(setup, teardown func(*TestFramework) error) *TestFramework

NewTestFramework creates a new test framework instance for a given `setup` and `teardown` function

func (*TestFramework) Describe

func (t *TestFramework) Describe(text string, body func()) bool

Describe is a convenience wrapper around the `ginkgo.Describe` function

func (*TestFramework) Setup

func (t *TestFramework) Setup()

Setup is the global initialization function which runs before each test suite

func (*TestFramework) Teardown

func (t *TestFramework) Teardown()

Teardown is the global deinitialization function which runs after each test suite

Jump to

Keyboard shortcuts

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