Documentation ¶
Overview ¶
Package test provides a command line interface for running tests for a given openapi specification. You can run it `gofr genit -source=path/to/openapispec.yml -host=host:port`
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateIntegrationTest ¶
GenerateIntegrationTest generates an integration test based on parameters and swagger definitions, run tests against the provided host.
Types ¶
type IntegrationTestCase ¶
type IntegrationTestSchema ¶
type IntegrationTestSchema struct {
TestCases []IntegrationTestCase
}
Click to show internal directories.
Click to hide internal directories.