java.lang.Object
com.agentforge4j.testkit.capture.CaptureBundle
The passive captures gathered during one harnessed run: the ordered event stream and the files
the run produced. Token usage, pending states, approvals, iteration counts, and provider/tier
records are projected from these by the assertion layer rather than stored separately.
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureBundle(List<WorkflowEvent> events, List<CapturedFile> files) Creates a capture bundle from the captured event and file lists. -
Method Summary
-
Constructor Details
-
CaptureBundle
Creates a capture bundle from the captured event and file lists.- Parameters:
events- the ordered event stream; must not benullfiles- the captured file writes; must not benull
-
-
Method Details
-
events
- Returns:
- the ordered event stream
-
files
- Returns:
- the captured file writes
-