Class
TF::TextOutput
In:
lib/plugins/tf/text_output.rb
Parent:
Object
Methods
argument_matches?
command_err
command_out
end_command
end_processing
end_test
new
start_command
start_processing
start_test
test_processed
Constants
RED
=
`tput setaf 1`
GREEN
=
`tput setaf 2`
YELLOW
=
`tput setaf 3`
BLUE
=
`tput setaf 4`
RESET
=
`tput sgr0`
Public Class methods
argument_matches?
(argument)
new
()
Public Instance methods
command_err
(err)
command_out
(out)
end_command
(line, status, env)
end_processing
()
end_test
(test)
start_command
(line)
start_processing
()
start_test
(test, env)
test_processed
(test, status, msg)
[Validate]