package
0.20.0
Repository: https://github.com/nokia/ntt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
New creates a new Controller.
NewError wraps an error into an ErrorEvent.
No description provided by the author
No description provided by the author
NewStartEvent creates a new StartEvent.
NewStopEvent creates a new StopEvent.
NewTestPlan parses the TTCN-3 sources provided in the given project configuration and crestes an empty test plan.
NewTickerEvent creates a new TickerEvent.
UnwrapJob returns the job that caused the event or nil if no such job is available.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

A Controller executes jobs in parallel.
ErrorEvent is an error event.
Job describes the test or control function to be executed.
JobError describes an error that occurred during the execution of a test or control function.
LogEvent is an event that provided additional information about the test execution.
StartEvent is an event that is emitted when the test is started.
StopEvent is an event that is emitted when the test is stopped.
A TestPlan is a ordered collection of test cases and runtime parameters.
TickerEvent is an event that is emitted periodically during the test execution.

# Interfaces

Event provides information regarding test execution.
A Runner runs one or multiple jobs and emits Events.

# Type aliases

No description provided by the author
RunnerFactory creates a new Runner.