Tests to be executed before the whole test suite.

Property definitions

nitc $ TestClass :: _before_all
	# Tests to be executed before the whole test suite.
	var before_all = new Array[TestCase]
src/testing/testing_suite.nit:341,2--342,37