Skip to content

5 REQ cap.ctrl.stop

Manuel Hatzl edited this page Aug 24, 2023 · 3 revisions

cap.ctrl.stop: Stop Capturing

References:

  • in branch main: 4 (4 direct)

As a user, I want to be able to stop capturing, because I might not want to capture events all the time.

Implementation Details

Capturing is stopped by sending a special stop-event to the event handler, because the handler only reacts to events. For more information, see DR-20230809_1.

cap.ctrl.stop.test: Events not captured while capturing is stopped

Steps:

  1. Create subscriber for all events
  2. Manually stop capturing
  3. Set any event
  4. Check: Subscriber did not receive any event

REQ-Referencing Overview:

Last update: 2023-09-14_10:01 UTC
Branch: main
Commit: 98f71ca

Clone this wiki locally