Class: Pork::Stat

Inherits:
Struct
  • Object
show all
Defined in:
lib/pork/stat.rb

Defined Under Namespace

Modules: Imp

Instance Attribute Summary collapse

Instance Attribute Details

#assertionsObject

Returns the value of attribute assertions

Returns:

  • (Object)

    the current value of assertions



6
7
8
# File 'lib/pork/stat.rb', line 6

def assertions
  @assertions
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



6
7
8
# File 'lib/pork/stat.rb', line 6

def errors
  @errors
end

#exceptionsObject

Returns the value of attribute exceptions

Returns:

  • (Object)

    the current value of exceptions



6
7
8
# File 'lib/pork/stat.rb', line 6

def exceptions
  @exceptions
end

#failuresObject

Returns the value of attribute failures

Returns:

  • (Object)

    the current value of failures



6
7
8
# File 'lib/pork/stat.rb', line 6

def failures
  @failures
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



6
7
8
# File 'lib/pork/stat.rb', line 6

def mutex
  @mutex
end

#reporterObject

Returns the value of attribute reporter

Returns:

  • (Object)

    the current value of reporter



6
7
8
# File 'lib/pork/stat.rb', line 6

def reporter
  @reporter
end

#skipsObject

Returns the value of attribute skips

Returns:

  • (Object)

    the current value of skips



6
7
8
# File 'lib/pork/stat.rb', line 6

def skips
  @skips
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



6
7
8
# File 'lib/pork/stat.rb', line 6

def start
  @start
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



6
7
8
# File 'lib/pork/stat.rb', line 6

def tests
  @tests
end