eiffel-community/eiffel-intelligence

Create tests for untested methods

Open

#446 opened on Mar 3, 2020

 (0 comments) (0 reactions) (0 assignees)Java (78 forks)auto 404
good first issuetest

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide