-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests to VideoServiceImpl class and update Spring parent
- Updated spring parent version to 3.2.0 - Added more tests to VideoServiceImpl class
- Loading branch information
1 parent
dcd7c7d
commit 75209a5
Showing
5 changed files
with
111 additions
and
84 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
14 changes: 14 additions & 0 deletions
14
src/test/resources/json/video/getVideoByTitle_response_ok.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"id": "63680c011892283477b3e9b9", | ||
"title": "The Hobbit - The battle of Five armies", | ||
"description": "best movie ever", | ||
"url": "https://theHobbitThebattleofivearmies.com", | ||
"category": { | ||
"id": "63f67ec16295ed744dd460cd", | ||
"rating": "FREE", | ||
"title": "Fantasy", | ||
"colorHex": "#ffff83" | ||
} | ||
} | ||
] |