Documentation
¶
Index ¶
- type ExampleSuite
- func (i *ExampleSuite) BeforeAll(t provider.T)
- func (i *ExampleSuite) BeforeEach(t provider.T)
- func (i *ExampleSuite) Test_OneStep(t provider.T)
- func (i *ExampleSuite) Test_OneStep_Errors(t provider.T)
- func (i *ExampleSuite) Test_Simple(t provider.T)
- func (i *ExampleSuite) Test_TwoSteps(t provider.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleSuite ¶
func (*ExampleSuite) BeforeAll ¶
func (i *ExampleSuite) BeforeAll(t provider.T)
func (*ExampleSuite) BeforeEach ¶
func (i *ExampleSuite) BeforeEach(t provider.T)
func (*ExampleSuite) Test_OneStep ¶ added in v0.1.6
func (i *ExampleSuite) Test_OneStep(t provider.T)
func (*ExampleSuite) Test_OneStep_Errors ¶ added in v0.1.6
func (i *ExampleSuite) Test_OneStep_Errors(t provider.T)
func (*ExampleSuite) Test_Simple ¶ added in v0.1.6
func (i *ExampleSuite) Test_Simple(t provider.T)
func (*ExampleSuite) Test_TwoSteps ¶ added in v0.1.6
func (i *ExampleSuite) Test_TwoSteps(t provider.T)
Click to show internal directories.
Click to hide internal directories.