You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test the speed differences between the different dependency injections: Autowired-with-Spring-Runner, Pure Constructor, Autowired-with-ReflectionTestUtils
this project tests the speed between different dependency injections:
Autowired
with Spring Runners (with Spring stuff)
with ReflectionTestUtils (pure Mockito/JUnit)
Constructor (pure Mockito/JUnit)
load run configurations, to run tests 500 times
About
Test the speed differences between the different dependency injections: Autowired-with-Spring-Runner, Pure Constructor, Autowired-with-ReflectionTestUtils