Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BuildTime = strconv.Itoa(time.Now().Nanosecond()) GitCommit = "component test commit" Version = "component test version" )
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
componenttest.ErrorFeature
Config *config.Config
HTTPServer *http.Server
EmailSenderMock *mock.EmailSenderMock
ServiceRunning bool
// contains filtered or unexported fields
}
func NewComponent ¶
func (*Component) RegisterSteps ¶
func (c *Component) RegisterSteps(ctx *godog.ScenarioContext)
Click to show internal directories.
Click to hide internal directories.