Skip to content
Snippets Groups Projects
Commit 73be244b authored by tmnaqeesha's avatar tmnaqeesha
Browse files

doc: Fix documentation formating

parent 106ee611
No related branches found
No related tags found
1 merge request!9Merge code for iteration3 with main
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment