-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve ootb user experience and fix minor errors
Change OotbActiveUserProfileService in the test from autowired to MockBean and add mocking in setup function for better unit test Ignore post construct in ootb controller in OotbSecurityConfigTest to fucus on the functions of OotbSecurityConfig test test for v4 git actions Change post construct function to update admin user at first to EventListener test building Modify all the ootb test class with mocking ootb controller to return null when it interacts with api projects in the class Change coverage use upload-artifact@v2 Change coverage yml with upload-artifact@v4 test remove post construct test 2 test upload-artifact@v2 change Fix MockMVC to test end point for ootb rest controller Change dependency injections between ootb related classes by removing some beans and adding some annotations and local field in the class Modify the test for the changes in the class and add @activeprofiles annotation to separate the test from localhost env
- Loading branch information
Showing
11 changed files
with
344 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.