Open sergeylukichev opened 4 years ago
Write a unit test for image action factory using Mockito.
Consider mocking ActionsConfigService ad verifying in the test that methods
configService.getActionClassNames() configService.getActionPackage()
are called and ImageActionFactory.getAction() returns a correct action.
@sergeylukichev, sorry, I merged new pull request too, because I need it for the next one. Please, look at it.
Write a unit test for image action factory using Mockito.
Consider mocking ActionsConfigService ad verifying in the test that methods
are called and ImageActionFactory.getAction() returns a correct action.