The raw output of the execution (or compilation)

It merges the standard output and error output

Property definitions

nitc $ UnitTest :: raw_output
	# The raw output of the execution (or compilation)
	#
	# It merges the standard output and error output
	var raw_output: nullable String = null is writable
src/testing/testing_base.nit:201,2--204,51