Module: Buildr::TestFramework::TestResult::RSpecResultHandler::ExampleMethods
- Defined in:
- lib/buildr/java/test_result.rb
Instance Attribute Summary collapse
-
#__full_description ⇒ Object
Returns the value of attribute __full_description.
-
#description ⇒ Object
Returns the value of attribute description.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#__full_description ⇒ Object
Returns the value of attribute __full_description.
173 174 175 |
# File 'lib/buildr/java/test_result.rb', line 173 def __full_description @__full_description end |
#description ⇒ Object
Returns the value of attribute description.
173 174 175 |
# File 'lib/buildr/java/test_result.rb', line 173 def description @description end |
#location ⇒ Object
Returns the value of attribute location.
173 174 175 |
# File 'lib/buildr/java/test_result.rb', line 173 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
173 174 175 |
# File 'lib/buildr/java/test_result.rb', line 173 def name @name end |