Tests to be executed after the whole test suite.

Property definitions

nitc $ TestClass :: _after_all
	# Tests to be executed after the whole test suite.
	var after_all = new Array[TestCase]
src/testing/testing_suite.nit:344,2--345,36