Table Of Contents
Table Of Contents

inet.test.simulation

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

Classes

MultipleSimulationTestTaskResults

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

MultipleSimulationTestTasks

Represents multiple test tasks that can be run together.

MultipleSimulationUpdateTasks

Represents multiple tasks that can be run together.

SimulationTestTask

Represents a simulation test task that can be run (and re-run) without providing additional parameters.

SimulationTestTaskResult

Represents a simulation test task result that is collected when a simulation test task is run.

SimulationUpdateTask

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

SimulationUpdateTaskResult

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

Table Of Contents