Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/purpleclay/daggerverse/netrc/tests@301b4f4ec7a80d4cb95026e8b9c0235e4cf97f9c

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