Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/purpleclay/daggerverse/netrc/tests@1baa5b4d4f781b29c3b71b5c80fa5f33feeab9dc

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)
}