BooleanAssertionTrailblazeTool

@Serializable
data class BooleanAssertionTrailblazeTool(val reason: String, val result: Boolean) : TrailblazeTool

Command for boolean assertions on UI elements. Returns true/false with explanation of why the assertion passed or failed.

Constructors

Link copied to clipboard
constructor(reason: String, result: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun TrailblazeTool.getToolNameFromAnnotation(): String