Class AssertionCatalog
java.lang.Object
com.shaft.capture.generate.AssertionCatalog
Deterministic, fixed assertion catalogs offered by the recorder overlay's single
assertion entry point. Element and browser branches each expose a static, ordered list
of
CaptureEvent.VerificationKind choices; nothing here is generated or inferred
at runtime, and every entry maps 1:1 to the SHAFT Validations API call rendered by
CaptureGenerator.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordOne deterministic assertion catalog choice. -
Method Summary
Modifier and TypeMethodDescriptionstatic List<AssertionCatalog.Entry> Returns the deterministic browser-assertion catalog offered for the browser branch.static List<AssertionCatalog.Entry> Returns the deterministic element-assertion catalog offered after locator confirmation.
-
Method Details
-
elementAssertions
Returns the deterministic element-assertion catalog offered after locator confirmation.- Returns:
- immutable ordered element assertion catalog
-
browserAssertions
Returns the deterministic browser-assertion catalog offered for the browser branch.- Returns:
- immutable ordered browser assertion catalog
-