estest

package
v0.4.0-beta.202403121024 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: AGPL-3.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartServer

func StartServer() *http.Server

func TestModLongRunningTestingSuite added in v0.4.0

func TestModLongRunningTestingSuite(t *testing.T)

Types

type FlowpipeTestSuite

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

type ModLongRunningTestSuite added in v0.4.0

type ModLongRunningTestSuite struct {
	suite.Suite
	*FlowpipeTestSuite

	SetupSuiteRunCount    int
	TearDownSuiteRunCount int
	// contains filtered or unexported fields
}

func (*ModLongRunningTestSuite) AfterTest added in v0.4.0

func (suite *ModLongRunningTestSuite) AfterTest(suiteName, testName string)

func (*ModLongRunningTestSuite) BeforeTest added in v0.4.0

func (suite *ModLongRunningTestSuite) BeforeTest(suiteName, testName string)

func (*ModLongRunningTestSuite) SetupSuite added in v0.4.0

func (suite *ModLongRunningTestSuite) SetupSuite()

The SetupSuite method will be run by testify once, at the very start of the testing suite, before any tests are run.

func (*ModLongRunningTestSuite) TearDownSuite added in v0.4.0

func (suite *ModLongRunningTestSuite) TearDownSuite()

The TearDownSuite method will be run by testify once, at the very end of the testing suite, after all tests have been run.

Jump to

Keyboard shortcuts

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