Module agentforge4j.testkit
Package com.agentforge4j.testkit.capture
package com.agentforge4j.testkit.capture
-
ClassDescriptionThe passive captures gathered during one harnessed run: the ordered event stream and the files the run produced.One file a run requested through the
CapturingFileSink, recorded in memory.In-memoryFileSinkthat captures every write instead of touching disk, so a test can assert which files a run produced.AWorkflowEventLogdecorator that records every appended event in order while delegating to a backing log.The outcome of one harnessed run: the run id, a defensive snapshot of the finalWorkflowState, and theCaptureBundleof observed effects.