module UI::Probes::SliderProbe

Overview

SliderProbe — Phase 3 rubric BX4.

Backs the phase-03-slider-value-probe slug. The Slider's on_change writes the latest Float64 into .last_value; the adjacent Label reads .formatted so the rendered text matches what XCUITest reads via staticTexts[...].

Defined in:

ui/probes/slider_probe.cr

Class Method Summary

Class Method Detail

def self.current_text : String #

[View source]
def self.formatted : String #

[View source]
def self.last_value : Float64 #

[View source]
def self.reset : Nil #

[View source]
def self.set(value : Float64) : Nil #

[View source]