eiffel-community/eiffel-intelligence
Create tests for untested methods
Offen
#446 geöffnet am 03.03.2020
good first issuetest
Repository-Metriken
- Stars
- (12 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Description
There are two untested methods, getAggregatedObjectByTemplateName and processQueryAggregatedObject, in the EI class ProcessAggregatedObject.
Motivation
Recently a bug in these two methods caused an error while testing aggregated object functionality at the EI frontend. In order to avoid any unintentional changes/errors, in future, these methods must be provided with testing code.
Exemplification
Benefits
Benefits of code testing
Possible Drawbacks
NO