Show the full description of the test-case.

The output honors --no-color.

more message, if any, is added after the error message.

Property definitions

nitc :: testing_base $ ToolContext :: show_unit
	# Show the full description of the test-case.
	#
	# The output honors `--no-color`.
	#
	# `more message`, if any, is added after the error message.
	fun show_unit(test: UnitTest, more_message: nullable String) do
		print test.to_screen(more_message, not opt_no_color.value)
	end
src/testing/testing_base.nit:161,2--168,4