Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TheSuiteName = "StubTestSuite"
)
Functions ¶
This section is empty.
Types ¶
type StubTestSuite ¶
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) TestGetCustomerByMobile ¶ added in v1.0.2
func (s *StubTestSuite) TestGetCustomerByMobile()
TestGetCustomerByMobile tests the DeleteCustomer method of the stub
Click to show internal directories.
Click to hide internal directories.