Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring to be more testable #9

Closed
evaristocuesta opened this issue Dec 13, 2020 · 1 comment
Closed

Refactoring to be more testable #9

evaristocuesta opened this issue Dec 13, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@evaristocuesta
Copy link
Owner

evaristocuesta commented Dec 13, 2020

Inject EsterolesLogic to EsterolesViewModel to be more testable.
Add System.IO.Abstractions to be more testable.

@evaristocuesta evaristocuesta added the enhancement New feature or request label Dec 13, 2020
@evaristocuesta evaristocuesta self-assigned this Dec 13, 2020
@evaristocuesta evaristocuesta added this to the EspejoAnalysis v1.0.8 milestone Dec 13, 2020
@evaristocuesta evaristocuesta changed the title Inject EsterolesLogic to EsterolesViewModel Refactoring to be more testable Dec 25, 2020
@evaristocuesta
Copy link
Owner Author

evaristocuesta commented Dec 26, 2020

  • Testing project added
  • IEsterolesLogic added to be implemented by EsterolesLogic
  • EsterolesLogic is injected to EsterolesViewModel
  • System.IO.Abstrations added to be more testable
  • MainViewModel use a dictionary with the IAnalysis view models to avoid dependency with SimpleIoc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant