Exception: Uttk::PassStatus

Inherits:
Status show all
Includes:
Concrete
Defined in:
lib/uttk/status.rb

Instance Attribute Summary

Attributes inherited from Status

#reason, #weight

Instance Method Summary collapse

Methods inherited from Status

default_weight, hook_name, #hook_name, #initialize, status_name, #to_s, #to_uttk_log

Methods inherited from Exception

#to_uttk_log

Constructor Details

This class inherits a constructor from Uttk::Status

Instance Method Details

#pass?Boolean

Returns:

  • (Boolean)


66
67
68
# File 'lib/uttk/status.rb', line 66

def pass?
  true
end