module TestBench::Controls::Output::BatchData::Toplevel

Public Class Methods

depth() click to toggle source
# File lib/test_bench/controls/output/batch_data.rb, line 45
def self.depth
  0
end
example(result: nil) click to toggle source
# File lib/test_bench/controls/output/batch_data.rb, line 41
def self.example(result: nil)
  BatchData.example(depth: depth, result: result)
end