-
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.
- Loading branch information
1 parent
64a34e5
commit e55e736
Showing
1 changed file
with
67 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
====== PUT REQUEST ====== | ||
|
||
- addActor | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 3/3 | ||
|
||
- addMovie | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 3/3 | ||
|
||
- addRelationship | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 404 NOT FOUND | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 4/4 | ||
|
||
====== GET REQUEST ====== | ||
|
||
- getMovie | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 404 NOT FOUND | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 4/4 | ||
|
||
- getActor | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 404 NOT FOUND | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 4/4 | ||
|
||
- hasRelationship | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 404 NOT FOUND | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 4/4 | ||
|
||
- computeBaconNumber | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 404 NOT FOUND | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 4/4 | ||
|
||
- computeBaconPath | ||
- 200 OK | ||
- 400 BAD REQUEST | ||
- 404 NOT FOUND | ||
- 500 INTERNAL SERVER ERROR | ||
One mark for correctly handle one case | ||
- 4/4 | ||
|
||
30 / 30 |