mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Convert AS run configurations for tests to Gradle.
This commit is contained in:
43
.idea/runConfigurations/All_tests.xml
generated
43
.idea/runConfigurations/All_tests.xml
generated
@@ -1,21 +1,32 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.briar-android" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/briar-android" />
|
<list />
|
||||||
|
</option>
|
||||||
|
<option name="taskNames">
|
||||||
|
<list>
|
||||||
|
<option value=":briar-android:testOfficialDebugUnitTest" />
|
||||||
|
<option value=":briar-android:testScreenshotDebugUnitTest" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
<method v="2">
|
<method v="2">
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-api" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-api" run_configuration_type="AndroidJUnit" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-core" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-core" run_configuration_type="AndroidJUnit" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-java" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-android" run_configuration_type="AndroidJUnit" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-android" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in bramble-java" run_configuration_type="AndroidJUnit" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in briar-api" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in briar-api" run_configuration_type="AndroidJUnit" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in briar-core" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in briar-core" run_configuration_type="AndroidJUnit" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in briar-headless" run_configuration_type="GradleRunConfiguration" />
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="All tests in briar-headless" run_configuration_type="AndroidJUnit" />
|
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -1,14 +1,23 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in bramble-android" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in bramble-android" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.bramble-android" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/bramble-android" />
|
<list />
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="taskNames">
|
||||||
</method>
|
<list>
|
||||||
|
<option value=":bramble-android:testDebugUnitTest" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
33
.idea/runConfigurations/All_tests_in_bramble_api.xml
generated
33
.idea/runConfigurations/All_tests_in_bramble_api.xml
generated
@@ -1,14 +1,25 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in bramble-api" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in bramble-api" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.bramble-api" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/bramble-api" />
|
<list />
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="taskNames">
|
||||||
</method>
|
<list>
|
||||||
|
<option value=":bramble-api:animalSnifferMain" />
|
||||||
|
<option value=":bramble-api:animalSnifferTest" />
|
||||||
|
<option value=":bramble-api:test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -1,14 +1,25 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in bramble-core" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in bramble-core" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.bramble-core" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/bramble-core" />
|
<list />
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="taskNames">
|
||||||
</method>
|
<list>
|
||||||
|
<option value=":bramble-core:animalSnifferMain" />
|
||||||
|
<option value=":bramble-core:animalSnifferTest" />
|
||||||
|
<option value=":bramble-core:test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -1,15 +1,23 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in bramble-java" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in bramble-java" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.bramble-java" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="VM_PARAMETERS" value="-ea -Djava.library.path=libs" />
|
<option name="taskDescriptions">
|
||||||
<option name="PARAMETERS" value="" />
|
<list />
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/bramble-java" />
|
</option>
|
||||||
<method v="2">
|
<option name="taskNames">
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<list>
|
||||||
</method>
|
<option value=":bramble-java:test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -1,14 +1,24 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in briar-android" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in briar-android" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.briar-android" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/briar-android" />
|
<list />
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="taskNames">
|
||||||
</method>
|
<list>
|
||||||
|
<option value=":briar-android:testOfficialDebugUnitTest" />
|
||||||
|
<option value=":briar-android:testScreenshotDebugUnitTest" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
33
.idea/runConfigurations/All_tests_in_briar_api.xml
generated
33
.idea/runConfigurations/All_tests_in_briar_api.xml
generated
@@ -1,14 +1,25 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in briar-api" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in briar-api" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.briar-api" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/briar-api" />
|
<list />
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="taskNames">
|
||||||
</method>
|
<list>
|
||||||
|
<option value=":briar-api:animalSnifferMain" />
|
||||||
|
<option value=":briar-api:animalSnifferTest" />
|
||||||
|
<option value=":briar-api:test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
33
.idea/runConfigurations/All_tests_in_briar_core.xml
generated
33
.idea/runConfigurations/All_tests_in_briar_core.xml
generated
@@ -1,14 +1,25 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in briar-core" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in briar-core" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.briar-core" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="PARAMETERS" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/briar-core" />
|
<list />
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="taskNames">
|
||||||
</method>
|
<list>
|
||||||
|
<option value=":briar-core:animalSnifferMain" />
|
||||||
|
<option value=":briar-core:animalSnifferTest" />
|
||||||
|
<option value=":briar-core:test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -1,15 +1,23 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="All tests in briar-headless" type="AndroidJUnit" factoryName="Android JUnit">
|
<configuration default="false" name="All tests in briar-headless" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.briar-headless" />
|
<ExternalSystemSettings>
|
||||||
<option name="PACKAGE_NAME" value="org.briarproject.briar.headless" />
|
<option name="executionName" />
|
||||||
<option name="MAIN_CLASS_NAME" value="" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="TEST_OBJECT" value="package" />
|
<option name="scriptParameters" value="" />
|
||||||
<option name="VM_PARAMETERS" />
|
<option name="taskDescriptions">
|
||||||
<option name="PARAMETERS" value="" />
|
<list />
|
||||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/briar-headless" />
|
</option>
|
||||||
<method v="2">
|
<option name="taskNames">
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<list>
|
||||||
</method>
|
<option value=":briar-headless:test" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" value="" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
46
.idea/runConfigurations/BridgeTest.xml
generated
46
.idea/runConfigurations/BridgeTest.xml
generated
@@ -1,24 +1,28 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="BridgeTest" type="AndroidJUnit" factoryName="Android JUnit" nameIsGenerated="true">
|
<configuration default="false" name="BridgeTest" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<module name="briar.bramble-java" />
|
<ExternalSystemSettings>
|
||||||
<useClassPathOnly />
|
<option name="env">
|
||||||
<extension name="coverage">
|
<map>
|
||||||
<pattern>
|
<entry key="OPTIONAL_TESTS" value="org.briarproject.bramble.plugin.tor.BridgeTest" />
|
||||||
<option name="PATTERN" value="org.briarproject.bramble.plugin.tor.*" />
|
</map>
|
||||||
<option name="ENABLED" value="true" />
|
</option>
|
||||||
</pattern>
|
<option name="executionName" />
|
||||||
</extension>
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="PACKAGE_NAME" value="org.briarproject.bramble.plugin.tor" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="MAIN_CLASS_NAME" value="org.briarproject.bramble.plugin.tor.BridgeTest" />
|
<option name="scriptParameters" value="--tests "org.briarproject.bramble.plugin.tor.BridgeTest"" />
|
||||||
<option name="METHOD_NAME" value="" />
|
<option name="taskDescriptions">
|
||||||
<option name="TEST_OBJECT" value="class" />
|
<list />
|
||||||
<option name="PARAMETERS" value="" />
|
</option>
|
||||||
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
<option name="taskNames">
|
||||||
<envs>
|
<list>
|
||||||
<env name="OPTIONAL_TESTS" value="org.briarproject.bramble.plugin.tor.BridgeTest" />
|
<option value=":bramble-java:test" />
|
||||||
</envs>
|
</list>
|
||||||
<method v="2">
|
</option>
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
<option name="vmOptions" value="" />
|
||||||
</method>
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
14
.idea/runConfigurations/H2_Performance_Test.xml
generated
14
.idea/runConfigurations/H2_Performance_Test.xml
generated
@@ -1,14 +0,0 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="H2 Performance Test" type="AndroidJUnit" factoryName="Android JUnit">
|
|
||||||
<module name="briar.bramble-core" />
|
|
||||||
<option name="PACKAGE_NAME" value="org.briarproject.bramble.db" />
|
|
||||||
<option name="MAIN_CLASS_NAME" value="org.briarproject.bramble.db.H2DatabasePerformanceTest" />
|
|
||||||
<option name="METHOD_NAME" value="" />
|
|
||||||
<option name="TEST_OBJECT" value="class" />
|
|
||||||
<option name="PARAMETERS" value="" />
|
|
||||||
<option name="WORKING_DIRECTORY" value="" />
|
|
||||||
<method v="2">
|
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
|
||||||
</method>
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="HyperSQL Performance Test" type="AndroidJUnit" factoryName="Android JUnit">
|
|
||||||
<module name="briar.bramble-core" />
|
|
||||||
<option name="PACKAGE_NAME" value="org.briarproject.bramble.db" />
|
|
||||||
<option name="MAIN_CLASS_NAME" value="org.briarproject.bramble.db.HyperSqlDatabasePerformanceTest" />
|
|
||||||
<option name="METHOD_NAME" value="" />
|
|
||||||
<option name="TEST_OBJECT" value="class" />
|
|
||||||
<option name="PARAMETERS" value="" />
|
|
||||||
<option name="WORKING_DIRECTORY" value="" />
|
|
||||||
<method v="2">
|
|
||||||
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
|
|
||||||
</method>
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
Reference in New Issue
Block a user