Class: PuppetCatalogTest::TestCase
- Inherits:
-
Struct
- Object
- Struct
- PuppetCatalogTest::TestCase
- Defined in:
- lib/puppet-catalog-test/test_case.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#facts ⇒ Object
Returns the value of attribute facts.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passed ⇒ Object
Returns the value of attribute passed.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
2 3 4 |
# File 'lib/puppet-catalog-test/test_case.rb', line 2 def duration @duration end |
#error ⇒ Object
Returns the value of attribute error
2 3 4 |
# File 'lib/puppet-catalog-test/test_case.rb', line 2 def error @error end |
#facts ⇒ Object
Returns the value of attribute facts
2 3 4 |
# File 'lib/puppet-catalog-test/test_case.rb', line 2 def facts @facts end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/puppet-catalog-test/test_case.rb', line 2 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
2 3 4 |
# File 'lib/puppet-catalog-test/test_case.rb', line 2 def passed @passed end |