You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2018/05/17 00:21:00 UTC

[jira] [Updated] (ATLAS-1746) Test refactor and cleanup

     [ https://issues.apache.org/jira/browse/ATLAS-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj updated ATLAS-1746:
------------------------------------
    Fix Version/s:     (was: 1.0.0)

> Test refactor and cleanup
> -------------------------
>
>                 Key: ATLAS-1746
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1746
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.8-incubating, 1.0.0
>            Reporter: Apoorv Naik
>            Assignee: Apoorv Naik
>            Priority: Major
>
> Currently the tests have different coding patterns, someplace we rely on DI for getting Objects other places we manually create instances of classes (or dependencies) under test.
> Ideally it should only be done either by DI or hand construct all the time rather than relying on DI. The former seems to be a cleaner approach as we get to validate the DI behavior as well.
> The patch will remove all manual instantiations and replace them with Injectable components



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)