Class: Micron::Runner::ProcClazz

Inherits:
ParallelClazz show all
Defined in:
lib/micron/runner/proc_clazz.rb

Overview

A Clazz implementation which will fork/exec before running each test method

Instance Attribute Summary

Attributes inherited from Clazz

#methods, #name

Method Summary

Methods inherited from ParallelClazz

#run

Methods inherited from Clazz

#create, #initialize, #run

Methods included from Debug

#debug

Constructor Details

This class inherits a constructor from Micron::Runner::Clazz