RunnerScope
final class RunnerScope (View source)
Manages the shared Runner instance lifecycle.
Production/integration tests use get() for lazy-init-once caching. Unit tests can call reset() for isolation or set() to inject a test double.
Methods
static void
reset()
No description