stub_suite

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TheSuiteName = "StubTestSuite"
)

Functions

This section is empty.

Types

type StubTestSuite

type StubTestSuite struct {
	suite.Suite
	// contains filtered or unexported fields
}

func (*StubTestSuite) AfterTest

func (s *StubTestSuite) AfterTest(suiteName, testName string)

AfterTest runs after each test

func (*StubTestSuite) BeforeTest

func (s *StubTestSuite) BeforeTest(suiteName, testName string)

BeforeTest runs before each test

func (*StubTestSuite) SetupSuite

func (s *StubTestSuite) SetupSuite()

SetupSuite sets up the test suite

func (*StubTestSuite) TearDownSuite

func (s *StubTestSuite) TearDownSuite()

TearDownSuite tears down the test suite

func (*StubTestSuite) TestCreate

func (s *StubTestSuite) TestCreate()

TestCreate tests the Create method of the stub

func (*StubTestSuite) TestGet

func (s *StubTestSuite) TestGet()

TestGet tests the Get method of the stub

func (*StubTestSuite) TestList

func (s *StubTestSuite) TestList()

TestList tests the List method of the stub

func (*StubTestSuite) TestRemove

func (s *StubTestSuite) TestRemove()

TestRemove tests the Remove method of the stub

func (*StubTestSuite) TestUpdate

func (s *StubTestSuite) TestUpdate()

TestUpdate tests the Update method of the stub

Jump to

Keyboard shortcuts

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