module UI::Probes::TapProbe

Overview

TapProbe — Phase 3 rubric BX1 / BX2.

Backs the phase-03-action-tap-probe slug. The probe Button's on_tap increments .counter; the adjacent probe Label reads the current count at render time. AXTest / XCUITest harnesses assert the counter transitions across taps.

Defined in:

ui/probes/tap_probe.cr

Class Method Summary

Class Method Detail

def self.counter : Int32 #

[View source]
def self.current_text : String #

[View source]
def self.increment : Int32 #

[View source]
def self.reset : Nil #

[View source]