Toggle menu
Nitlanguage.org
Nitdoc
nitc
testing
testing_suite
TestCase
_after
private
var
_after
:
Array
[
MMethodDef
]
nitc
::
TestCase
::
_after
Doc
Linearization
Summary
Cases to execute after this one
Cases to execute after this one
Summary
Property definitions
nitc$TestCase$_after
Property definitions
nitc
$
TestCase
::
_after
# Cases to execute after this one
var
after
=
new
Array
[
MMethodDef
]
src/testing/testing_suite.nit:361,2--362,34