Class ApiCaptureGenerator

java.lang.Object
com.shaft.capture.generate.api.ApiCaptureGenerator

public final class ApiCaptureGenerator extends Object
Generates, optionally compiles, and optionally replays a SHAFT.API TestNG class from a recorded session's API transactions. Mirrors com.shaft.capture.generate.CaptureGenerator's validate->analyze->render-> compile->replay->report staging, reusing GeneratedTestValidator and CaptureGenerationReport rather than inventing parallel types.