()
| 158 | } |
| 159 | |
| 160 | private int getCount() |
| 161 | { |
| 162 | return GRANTED_ABILITY_FACET.getPoolAbilities(id, BuildUtilities.getFeatCat()) |
| 163 | .size(); |
| 164 | } |
| 165 | |
| 166 | private static final CDOMToken[] tokens = {ABILITY_LST, |
| 167 | ADD_ABILITY_TOKEN, ADD_ABILITY_TOKEN}; |
no test coverage detected