Test API
The Test API (TAPI) is what a test scenario is written against. Every module below wraps some capability of a :ref: Test Agent <doxid- group__te__agents> - a remote procedure call, a configuration subtree, a traffic generator, a command line tool - behind a C interface that a test can call directly. Tests link against these libraries; they are engine-side, not agent-side. The :ref: Test Suite <doxid-group__te__ts> page describes how a suite is laid out and built, and :ref: Test <doxid- group__te__ts__tapi__test> covers the scaffolding every test scenario uses.