framework

package
v0.0.0-...-40eae16 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NilFunc

func NilFunc(*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 {
	// contains filtered or unexported fields
}

TestFramework is used to support commonly 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