disu.se

ResultModule

Namespace

Lookout

Ancestors
  1. Value

  2. Value::Comparable

  3. Comparable

Included by
Error

An error result used when the evalution of an expect block failed.

Failure

A failed result used when the actual result of an expect block exhibits differences from the expected value.

Success

A successful result used when the actual result of an expect block exhibits no differences from the expected value.

Base module for Results.

Instance Methods

to_sString#

Returns a String formatted according to the GNU standard for error messages.

initialize(fileString, lineInteger)#

Initializes the result pertaining to the expect block defined on line in the expanded path to file.

file#

block that this result pertains to

ReturnsString

The expanded path of the file containing the expect

line#

result pertains to is defined

ReturnsInteger

The line in FILE on which the expectation that this