Class: Pork::Executor

Inherits:
Struct
  • Object
show all
Extended by:
Imp, Parallel, Sequential, Should, Shuffled
Includes:
Context
Defined in:
lib/pork/executor.rb

Instance Attribute Summary collapse

Attributes included from Imp

#desc, #tests

Method Summary

Methods included from Imp

after, before, copy, describe, execute, paste, would

Methods included from Should

execute

Methods included from Parallel

cores, parallel

Methods included from Shuffled

[], all_paths, all_tests, shuffled

Methods included from Sequential

sequential

Instance Attribute Details

#pork_statObject

Returns the value of attribute pork_stat

Returns:

  • (Object)

    the current value of pork_stat



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

def pork_stat
  @pork_stat
end