Merge branch 'explain-assert' into master
[nit.git] / src / doc / term / tests / test_term.sav / test_features.res
1 Features for `test_prog::Character`:
2
3  - test_prog::character::Character::_age
4    private var _age: Int
5    test_location
6
7  - test_prog::character::Character::_career
8    # The current `Career` of the character.
9    private var _career: nullable Career
10    test_location
11
12  - test_prog::character::Character::_health
13    # The current `health` of the character.
14    private var _health: Int
15    test_location
16