Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/purpleclay/daggerverse/netrc/tests@c5dcdcc1a6f7f77029b4cd35f24696f615ab2d07

Entrypoint

Return Type
Tests
Example
func (m *myModule) example() *Tests  {
	return dag.
			Tests()
}

Types

Tests 🔗

allTests() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			AllTests(ctx)
}

withLogin() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			WithLogin(ctx)
}

withFile() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			WithFile(ctx)
}

withFileInvalid() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			WithFileInvalid(ctx)
}