How to Inject beans in a unit test Using MockBean and InjectMocks
#############################
Video Source: www.youtube.com/watch?v=RIZb66mzX34
Hi Everyone, This video is about writing unit test with the help of different tools such as mock bean, inject mocks and mock. • We will see How to write test with spiring context and without spring context • In this video we will see following things: • Uses MockBean and AutoWired annotation [01:15] • Requirement of Spring BootTest annotation. [02:45] • Initialise service and pass the mock using constructor [03:40] • Uses of InjectMocks and mock. [06:10] • Adding Mockito Extension [06:55] • Handling Exception. [07:45] • Github repository : https://github.com/Brijeshpant/multi-...
#############################