Flowdock

Ties everything together. If you subclass and add your own test methods, it takes care of making them into tests and wrapping those tests into a suite. It also does the nitty-gritty of actually running an individual test and collecting its results into a Test::Unit::TestResult object.

Constants

STARTED = name + "::STARTED"

FINISHED = name + "::FINISHED"

PASSTHROUGH_EXCEPTIONS = [NoMemoryError, SignalException, Interrupt, SystemExit]

Attributes

[R] method_name
Show files where this class is defined (1 file)
Register or log in to add new notes.