-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from niscy-eudiw/main
Interactors Unit tests
- Loading branch information
Showing
11 changed files
with
1,181 additions
and
15 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,44 @@ | ||
<!-- | ||
~ Copyright (c) 2023 European Commission | ||
~ | ||
~ Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European | ||
~ Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work | ||
~ except in compliance with the Licence. | ||
~ | ||
~ You may obtain a copy of the Licence at: | ||
~ https://joinup.ec.europa.eu/software/page/eupl | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software distributed under | ||
~ the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF | ||
~ ANY KIND, either express or implied. See the Licence for the specific language | ||
~ governing permissions and limitations under the Licence. | ||
--> | ||
|
||
<component name="ProjectRunConfigurationManager"> | ||
<configuration name="Run All Unit Tests" default="false" factoryName="Gradle" | ||
type="GradleRunConfiguration"> | ||
<ExternalSystemSettings> | ||
<option name="executionName" /> | ||
<option name="externalProjectPath" value="$PROJECT_DIR$" /> | ||
<option name="externalSystemIdString" value="GRADLE" /> | ||
<option name="scriptParameters" value="" /> | ||
<option name="taskDescriptions"> | ||
<list /> | ||
</option> | ||
<option name="taskNames"> | ||
<list> | ||
<option value=":rqes-ui-sdk:testDebugUnitTest" /> | ||
</list> | ||
</option> | ||
<option name="vmOptions" /> | ||
</ExternalSystemSettings> | ||
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> | ||
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> | ||
<EXTENSION ID="com.intellij.execution.ExternalSystemRunConfigurationJavaExtension"> | ||
<extension name="coverage" track_test_folders="true" /> | ||
</EXTENSION> | ||
<DebugAllEnabled>false</DebugAllEnabled> | ||
<RunAsTest>true</RunAsTest> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,41 @@ | ||
<!-- | ||
~ Copyright (c) 2023 European Commission | ||
~ | ||
~ Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European | ||
~ Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work | ||
~ except in compliance with the Licence. | ||
~ | ||
~ You may obtain a copy of the Licence at: | ||
~ https://joinup.ec.europa.eu/software/page/eupl | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software distributed under | ||
~ the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF | ||
~ ANY KIND, either express or implied. See the Licence for the specific language | ||
~ governing permissions and limitations under the Licence. | ||
--> | ||
|
||
<component name="ProjectRunConfigurationManager"> | ||
<configuration name="Run Kover report" default="false" factoryName="Gradle" | ||
type="GradleRunConfiguration"> | ||
<ExternalSystemSettings> | ||
<option name="executionName" /> | ||
<option name="externalProjectPath" value="$PROJECT_DIR$" /> | ||
<option name="externalSystemIdString" value="GRADLE" /> | ||
<option name="scriptParameters" value="" /> | ||
<option name="taskDescriptions"> | ||
<list /> | ||
</option> | ||
<option name="taskNames"> | ||
<list> | ||
<option value=":rqes-ui-sdk:koverHtmlReportDebug" /> | ||
</list> | ||
</option> | ||
<option name="vmOptions" /> | ||
</ExternalSystemSettings> | ||
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> | ||
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> | ||
<DebugAllEnabled>false</DebugAllEnabled> | ||
<RunAsTest>false</RunAsTest> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
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
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
Oops, something went wrong.