Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ActorContext *tester.ActorAPI
)
Functions ¶
This section is empty.
Types ¶
type Scenario ¶
type Scenario struct { Expr interface{} StepFunc interface{} }
Scenario contains an expression and a step function that it triggers
type Tester ¶ added in v0.3.1
type Tester struct {
// contains filtered or unexported fields
}
Tester has methods for adding scenarios and running tests
func NewBDDTester ¶
NewBDDTester returns a new bdd tester where you can add test scenarios and run them
func (*Tester) AddScenario ¶ added in v0.3.1
AddScenario adds a new scenario
Click to show internal directories.
Click to hide internal directories.