Class: Pork::Executor
- Inherits:
-
Struct
- Object
- Struct
- Pork::Executor
- Extended by:
- Imp, Parallel, Sequential, Should, Shuffled
- Includes:
- Context
- Defined in:
- lib/pork/executor.rb
Instance Attribute Summary collapse
-
#pork_stat ⇒ Object
Returns the value of attribute pork_stat.
Attributes included from Imp
Method Summary
Methods included from Imp
after, before, copy, describe, execute, paste, would
Methods included from Should
Methods included from Parallel
Methods included from Shuffled
[], all_paths, all_tests, shuffled
Methods included from Sequential
Instance Attribute Details
#pork_stat ⇒ Object
Returns the value of attribute pork_stat
6 7 8 |
# File 'lib/pork/executor.rb', line 6 def pork_stat @pork_stat end |