Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fip112-2025-g41
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BINTI TENGKU MASRULHISHAM Tengku Maryam Naqeesha
fip112-2025-g41
Commits
73be244b
Commit
73be244b
authored
3 weeks ago
by
tmnaqeesha
Browse files
Options
Downloads
Patches
Plain Diff
doc: Fix documentation formating
parent
106ee611
No related branches found
No related tags found
1 merge request
!9
Merge code for iteration3 with main
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tests/AddItemFilmTest.java
+10
-10
10 additions, 10 deletions
src/tests/AddItemFilmTest.java
with
10 additions
and
10 deletions
src/tests/AddItemFilmTest.java
+
10
−
10
View file @
73be244b
...
...
@@ -15,15 +15,15 @@ public class AddItemFilmTest {
/**
* Check that the method addItemFilm() throws the expected exception.
*
* @param sn the <i>ISocialNetwork</i> to test
* @param login login of the member
* @param password password of the member
* @param title title of the film
* @param kind kind of the film
* @param director director of the film
* @param scenarist scenarist of the film
* @param duration duration of the film (in minutes)
* @param testId id of the test
* @param sn
the <i>ISocialNetwork</i> to test
* @param login
login of the member
* @param password
password of the member
* @param title
title of the film
* @param kind
kind of the film
* @param director
director of the film
* @param scenarist
scenarist of the film
* @param duration
duration of the film (in minutes)
* @param testId
id of the test
* @param expectedException error message to display if test fails
* @return 0 if the exception was correctly thrown, 1 otherwise
*/
...
...
@@ -78,7 +78,7 @@ public class AddItemFilmTest {
* @return a summary of the performed tests
*/
public
static
TestReport
test
()
{
ISocialNetwork
sn
=
new
SocialNetwork
();
int
nbTests
=
0
;
int
nbErrors
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment