Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct { testify_suite.Suite *State Connector *server.Embedded // contains filtered or unexported fields }
func (*Base) BeforeSuite ¶
func (*Base) BeforeTest ¶
func (*Base) SetupSuite ¶
func (b *Base) SetupSuite()
func (*Base) TearDownSuite ¶
func (b *Base) TearDownSuite()
func (*Base) TearDownTest ¶
func (b *Base) TearDownTest()
func (*Base) ValidateTable ¶
func (b *Base) ValidateTable(ds *datasource.DataSource, table *datasource.Table, customOptions ...ValidateTableOption)
type State ¶
type State struct {
EndpointDeterminer *docker_compose.EndpointDeterminer
}
Global-scope services and objects that will be accessible from every test suite during the testing lifecycle
type ValidateTableOption ¶
type ValidateTableOption interface {
// contains filtered or unexported methods
}
func WithDateTimeFormat ¶
func WithDateTimeFormat(val api_service_protos.EDateTimeFormat) ValidateTableOption
func WithPredicate ¶
func WithPredicate(val *api_service_protos.TPredicate) ValidateTableOption
Click to show internal directories.
Click to hide internal directories.