Home - nsvir/logTest GitHub Wiki
Bellow are the bricks you need to build upon our framework.
| You need ? | Syntax | Meaning |
|---|---|---|
| Information | expect/extract | expect a string or parse one. An action with a timestamp |
| Event | wait | wait for an Event for some timeouts, the first raises a warning and the second raises an error |
| Message | send/receive | send or receive a message between two Agents |
| Agent | Agent | an agent that executes actions and send messages |
| Session | connect/disconnect | a connection between two agents (semantic word) |
| Interactive | ping/pong | a ping action that requires a pong after a timeout (same as wait). |