Skip to content

Commit

Permalink
Merge pull request #168 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
RunAsTest for run test run configurations
  • Loading branch information
stzouvaras authored Aug 9, 2024
2 parents 4c3695e + 083f392 commit d30aedf
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 26 deletions.
16 changes: 16 additions & 0 deletions .run/Generate Baseline Profile.run.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
~ 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 default="false" name="Generate Baseline Profile" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
Expand Down
18 changes: 17 additions & 1 deletion .run/Run All Device Tests.run.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
~ 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 default="false" name="Run All Device Tests" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
Expand All @@ -18,7 +34,7 @@
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<RunAsTest>true</RunAsTest>
<method v="2" />
</configuration>
</component>
50 changes: 25 additions & 25 deletions .run/Run All Unit Tests.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
-->

<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="testDevDebugUnitTest" />
</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>
<method v="2" />
</configuration>
<configuration default="false" name="Run All Unit Tests" type="GradleRunConfiguration" factoryName="Gradle">
<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="testDevDebugUnitTest" />
</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>
16 changes: 16 additions & 0 deletions resources-logic/src/main/res/drawable/ic_open_new.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
~ 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.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
Expand Down

0 comments on commit d30aedf

Please sign in to comment.