Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Refactor OpenShiftTestExtension to separate concerns #108

Open
Sgitario opened this issue Nov 3, 2020 · 1 comment
Open

Refactor OpenShiftTestExtension to separate concerns #108

Sgitario opened this issue Nov 3, 2020 · 1 comment

Comments

@Sgitario
Copy link
Contributor

Sgitario commented Nov 3, 2020

At the moment, the OpenShiftTestExtension is coupling many different purposes:

  • Instances Inject (tests and services)
  • Initialisation of services
  • OpenShift related stuff
  • Before and after actions
  • Context test store
@Ladicek
Copy link
Contributor

Ladicek commented Nov 3, 2020

What I personally intended to do (but didn't get to it) is to leave all extension points in a single class (because they all access the same underlying storage), but use some rudimentary dependency injection to move the logic out into separate classes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants