Module test_support

Module test_support 

Source
Expand description

Test helpers for actr-framework

Currently provides a simple DummyContext implementation of the Context trait for unit tests that need a context but do not exercise transport logic.

Structsยง

DummyContext
Minimal Context implementation for tests.