The generated Nit source file that contains the unit-test

Note that a same generated file can be used for multiple tests. See test_arg that is used to distinguish them

Property definitions

nitc $ DocUnit :: _test_file
	# The generated Nit source file that contains the unit-test
	#
	# Note that a same generated file can be used for multiple tests.
	# See `test_arg` that is used to distinguish them
	var test_file: nullable String = null
src/testing/testing_doc.nit:473,2--477,38