zeiss-digital-innovation / TestNext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated SUT creation

PaulBrandesATSaxSys opened this issue · 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.