module TestBench::Controls::Output::BatchData::Pass
Public Class Methods
example(depth: nil)
click to toggle source
# File lib/test_bench/controls/output/batch_data.rb, line 21 def self.example(depth: nil) BatchData.example(result: result, depth: depth) end
result()
click to toggle source
# File lib/test_bench/controls/output/batch_data.rb, line 25 def self.result Result::Pass.example end