aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated javadoc, added jacoco and the necessary JUnit for this feature.Clyhtsuriva2021-06-261-2/+13
|
* Applying the latest package architecture.Clyhtsuriva2021-06-262-3/+39
|
* Merge remote-tracking branch 'origin/develop' into developClyhtsuriva2021-06-264-38/+50
| | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # bin/musichub/business/Album.class # bin/musichub/business/AudioBook.class # bin/musichub/business/AudioElement.class # bin/musichub/business/Category.class # bin/musichub/business/Genre.class # bin/musichub/business/Language.class # bin/musichub/business/MusicHub.class # bin/musichub/business/NoAlbumFoundException.class # bin/musichub/business/NoElementFoundException.class # bin/musichub/business/NoPlayListFoundException.class # bin/musichub/business/PlayList.class # bin/musichub/business/Song.class # bin/musichub/business/SortByAuthor.class # bin/musichub/business/SortByDate.class # bin/musichub/business/SortByGenre.class # bin/musichub/main/Main.class # bin/musichub/util/XMLHandler.class # src/main/java/musichub/business/AudioElement.java # src/main/java/musichub/business/MusicHub.java # src/main/java/musichub/business/Song.java # src/main/java/musichub/main/Main.java
* Removed reduced pom and added the content of STZ-0001 with a switch modif.Clyhtsuriva2021-06-264-2/+58
|
* Changed the architecture to respect maven and generated an empty javadocClyhtsuriva2021-06-2614-0/+1184
git/commit/target/surefire-reports/TEST-musichub.business.LanguageTest.xml?h=develop&id=f42590f675ec76e8b515aebd2ebf66430435b6bd&follow=1'>Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82