module TestBench::Controls::Output::BatchData::Failure

Public Class Methods

example(depth: nil) click to toggle source
# File lib/test_bench/controls/output/batch_data.rb, line 31
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 35
def self.result
  Result::Failure.example
end