Flag that indicates if the unit test was compiled/run.

Property definitions

nitc $ UnitTest :: _is_done
	# Flag that indicates if the unit test was compiled/run.
	var is_done: Bool = false is writable
src/testing/testing_base.nit:188,2--189,38