estest

package
v0.10.0-beta.202409252324 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: AGPL-3.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartServer

func StartServer() *http.Server

func TestModTestThreeTestingSuite

func TestModTestThreeTestingSuite(t *testing.T)

Types

type FlowpipeTestSuite

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

type ModThreeTestSuite

type ModThreeTestSuite struct {
	suite.Suite
	*FlowpipeTestSuite

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

func (*ModThreeTestSuite) AfterTest

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

func (*ModThreeTestSuite) BeforeTest

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

func (*ModThreeTestSuite) SetupSuite

func (suite *ModThreeTestSuite) SetupSuite()

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

func (*ModThreeTestSuite) TearDownSuite

func (suite *ModThreeTestSuite) 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