Cover unpredictable Features creation
()
| 234 | |
| 235 | /** Cover unpredictable Features creation */ |
| 236 | @Override |
| 237 | public FeatureMap getFeatures() { |
| 238 | if(features == null) { |
| 239 | features = new SimpleFeatureMapImpl(); |
| 240 | } |
| 241 | return features; |
| 242 | } |
| 243 | |
| 244 | /** Initialise this resource, and return it. */ |
| 245 | @Override |
no outgoing calls
no test coverage detected