Skip to content

5 REQ cap.ctrl.start

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

cap.ctrl.start: Start Capturing

References:

  • in branch main: 4 (4 direct)

As a user, I want to be able to start capturing, because I want to resume capturing after manually stopping it for a certain period.

Implementation Details

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

cap.ctrl.start.test: Events captured after capturing is started again

Steps:

  1. Create subscriber for all events
  2. Manually stop capturing
  3. Set first event
  4. Manually start capturing
  5. Set second event
  6. Check: Subscriber only received second event

REQ-Referencing Overview:

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

Clone this wiki locally