(String key)
| 83 | } |
| 84 | |
| 85 | private Ability createAbility(String key) |
| 86 | { |
| 87 | Ability a = BuildUtilities.getFeatCat().newInstance(); |
| 88 | a.setName(key); |
| 89 | context.getReferenceContext().importObject(a); |
| 90 | return a; |
| 91 | } |
| 92 | |
| 93 | |
| 94 | protected void runTest() |
no test coverage detected