tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/kafka/tests@130dd4d7bff8d77ec7d4e62c3f96be8c33d67c8b
Types
Tests 🔗
all() 🔗
All executes all tests.
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
All(ctx)
}
singleNodeConnect() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
SingleNodeConnect(ctx)
}
clusterConnect() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ClusterConnect(ctx)
}