Class: RailsProof::TestRunner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_proof/test_runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



8
9
10
# File 'lib/rails_proof/test_runner.rb', line 8

def command
  @command
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



8
9
10
# File 'lib/rails_proof/test_runner.rb', line 8

def output
  @output
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



8
9
10
# File 'lib/rails_proof/test_runner.rb', line 8

def passed
  @passed
end

Instance Method Details

#passed?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/rails_proof/test_runner.rb', line 14

def passed?
  passed
end