Skip to content

Test the speed differences between the different dependency injections: Autowired-with-Spring-Runner, Pure Constructor, Autowired-with-ReflectionTestUtils

Notifications You must be signed in to change notification settings

SpringBootMarcusChiu/test-framework-speedtest-autowired-constructor-reflectiontestutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages