Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusinessTester ¶
type BusinessTester struct {
// contains filtered or unexported fields
}
BusinessTester handles API business logic testing
func New ¶
func New(logger *logrus.Logger, baseURL string) *BusinessTester
New creates a new business logic tester instance
func (*BusinessTester) RunTests ¶
func (t *BusinessTester) RunTests(specPath string) error
RunTests performs business logic tests against the API
Click to show internal directories.
Click to hide internal directories.