suitecontext

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SuiteContext

type SuiteContext struct {
	StepsCount         int
	StepsPassed        int
	StepsFailed        int
	StepsSkipped       int
	StepsUndefined     int
	ScenariosCount     int
	ScenariosPassed    int
	ScenariosFailed    int
	ScenariosUndefined int
	FeaturesCount      int
	FeaturesPassed     int
	FeaturesFailed     int
	FeaturesUndefined  int
	// contains filtered or unexported fields
}

SuiteContext stores the status of test suite execution by means of registered callbacks with GoDog.

func CreateSuiteContext

func CreateSuiteContext(s *godog.Suite) *SuiteContext

CreateSuiteContext creates a new SuiteContext struct, registers associated callbacks with GoDog, and returns a reference to the new struct.

Jump to

Keyboard shortcuts

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