From f42590f675ec76e8b515aebd2ebf66430435b6bd Mon Sep 17 00:00:00 2001 From: said belhadj Date: Sun, 27 Jun 2021 16:07:27 +0200 Subject: Add unit test for Category and Language --- .../TEST-musichub.business.CategoryTest.xml | 58 ++++++++++++++++++++++ .../TEST-musichub.business.LanguageTest.xml | 58 ++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 target/surefire-reports/TEST-musichub.business.CategoryTest.xml create mode 100644 target/surefire-reports/TEST-musichub.business.LanguageTest.xml (limited to 'target') diff --git a/target/surefire-reports/TEST-musichub.business.CategoryTest.xml b/target/surefire-reports/TEST-musichub.business.CategoryTest.xml new file mode 100644 index 0000000..706f15d --- /dev/null +++ b/target/surefire-reports/TEST-musichub.business.CategoryTest.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/target/surefire-reports/TEST-musichub.business.LanguageTest.xml b/target/surefire-reports/TEST-musichub.business.LanguageTest.xml new file mode 100644 index 0000000..088ebdd --- /dev/null +++ b/target/surefire-reports/TEST-musichub.business.LanguageTest.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From ee224ae15d45f3f47199a3f7cae7453a16bd53c2 Mon Sep 17 00:00:00 2001 From: Said Belhadj <71043286+Said-Belhadj@users.noreply.github.com> Date: Sun, 27 Jun 2021 16:12:28 +0200 Subject: Delete TEST-musichub.business.CategoryTest.xml --- .../TEST-musichub.business.CategoryTest.xml | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 target/surefire-reports/TEST-musichub.business.CategoryTest.xml (limited to 'target') diff --git a/target/surefire-reports/TEST-musichub.business.CategoryTest.xml b/target/surefire-reports/TEST-musichub.business.CategoryTest.xml deleted file mode 100644 index 706f15d..0000000 --- a/target/surefire-reports/TEST-musichub.business.CategoryTest.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3