Table Of Contents
Table Of Contents

inet.test.task

This module provides abstractions for generic test tasks and their results.

Classes

MultipleTestTaskResults

Represents multiple test task results that are created when multiple test tasks are run.

MultipleTestTasks

Represents multiple test tasks that can be run together.

MultipleUpdateTaskResults

Represents multiple task results that are created when MultipleTasks are run.

MultipleUpdateTasks

Represents multiple tasks that can be run together.

TaskTestTask

Represents a self-contained test task that can be run without additional parameters.

TestTask

Represents a self-contained test task that can be run without additional parameters.

TestTaskResult

Represents a test task result that is created when a test task is run.

UpdateTask

Represents a self-contained operation that captures all necessary information in order to be run.

UpdateTaskResult

Represents a task result that is produced when a Task is run. The most important attributes of a task

Table Of Contents