zeiss-digital-innovation/TestNext

Automated SUT creation

Closed this issue · 0 comments

I want to automate the instantiation of my SUTs so that they get all their dependencies before testing.

For example I have a MovieProvider with which I can read movies from a web service. So when I write an integration test to test the webservice, this provider needs an http service from angular. All I want is the instance of the MovieProvider as my SUT and the framework has to create and inject all its dependencies.