class Byebug::TestInterface

def initialize

def initialize
  super()
  @input, @output, @error = [], [], []
end