Tests to be executed after the whole test suite.

Property definitions

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