| Interface | Description |
|---|---|
| IAgentOutput |
Common interface for different implementations that outputs execution data
dumps.
|
| Class | Description |
|---|---|
| FileOutput |
Local only agent output that will write coverage data to the filesystem.
|
| NoneOutput |
Output that does nothing.
|
| TcpClientOutput |
Output that connects to a TCP port.
|
| TcpServerOutput |
Output that opens TCP server socket.
|
Copyright © 2024. All rights reserved.