Tests to be executed before the whole test suite.

Property definitions

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