Class Test::Unit::UI::Status
In: test/unit/ui/testrunnermediator.rb
Parent: Object
Used by TestRunnerMediator to pass status information to its runner.
Methods
new   
Attributes
:message  [R] 
:type  [R] 
Public Class methods
new(type, message)
Create a new status message with the given type and message.