Class: PuppetCatalogTest::TestCase

Inherits:
Struct
  • Object
show all
Defined in:
lib/puppet-catalog-test/test_case.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



2
3
4
# File 'lib/puppet-catalog-test/test_case.rb', line 2

def duration
  @duration
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



2
3
4
# File 'lib/puppet-catalog-test/test_case.rb', line 2

def error
  @error
end

#factsObject

Returns the value of attribute facts

Returns:

  • (Object)

    the current value of facts



2
3
4
# File 'lib/puppet-catalog-test/test_case.rb', line 2

def facts
  @facts
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/puppet-catalog-test/test_case.rb', line 2

def name
  @name
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



2
3
4
# File 'lib/puppet-catalog-test/test_case.rb', line 2

def passed
  @passed
end