From abf6de05c58ccbd06d5d96b75d65d6f831fa9e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Thu, 7 Oct 2021 12:39:41 +0200 Subject: [PATCH] Add run configurations for entry points with testing data --- .../TestDeterministicConversationsKt.xml | 10 ++++++++++ .idea/runConfigurations/TestMixedConversationsKt.xml | 10 ++++++++++ .idea/runConfigurations/TestRandomConversationsKt.xml | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 .idea/runConfigurations/TestDeterministicConversationsKt.xml create mode 100644 .idea/runConfigurations/TestMixedConversationsKt.xml create mode 100644 .idea/runConfigurations/TestRandomConversationsKt.xml diff --git a/.idea/runConfigurations/TestDeterministicConversationsKt.xml b/.idea/runConfigurations/TestDeterministicConversationsKt.xml new file mode 100644 index 0000000000..839d48b803 --- /dev/null +++ b/.idea/runConfigurations/TestDeterministicConversationsKt.xml @@ -0,0 +1,10 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="TestDeterministicConversationsKt" type="JetRunConfigurationType" nameIsGenerated="true"> + <option name="MAIN_CLASS_NAME" value="org.briarproject.briar.desktop.TestDeterministicConversationsKt" /> + <module name="briar-desktop.test" /> + <shortenClasspath name="NONE" /> + <method v="2"> + <option name="Make" enabled="true" /> + </method> + </configuration> +</component> \ No newline at end of file diff --git a/.idea/runConfigurations/TestMixedConversationsKt.xml b/.idea/runConfigurations/TestMixedConversationsKt.xml new file mode 100644 index 0000000000..4f7af5c817 --- /dev/null +++ b/.idea/runConfigurations/TestMixedConversationsKt.xml @@ -0,0 +1,10 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="TestMixedConversationsKt" type="JetRunConfigurationType" nameIsGenerated="true"> + <option name="MAIN_CLASS_NAME" value="org.briarproject.briar.desktop.TestMixedConversationsKt" /> + <module name="briar-desktop.test" /> + <shortenClasspath name="NONE" /> + <method v="2"> + <option name="Make" enabled="true" /> + </method> + </configuration> +</component> \ No newline at end of file diff --git a/.idea/runConfigurations/TestRandomConversationsKt.xml b/.idea/runConfigurations/TestRandomConversationsKt.xml new file mode 100644 index 0000000000..af71c5356e --- /dev/null +++ b/.idea/runConfigurations/TestRandomConversationsKt.xml @@ -0,0 +1,10 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="TestRandomConversationsKt" type="JetRunConfigurationType" nameIsGenerated="true"> + <option name="MAIN_CLASS_NAME" value="org.briarproject.briar.desktop.TestRandomConversationsKt" /> + <module name="briar-desktop.test" /> + <shortenClasspath name="NONE" /> + <method v="2"> + <option name="Make" enabled="true" /> + </method> + </configuration> +</component> \ No newline at end of file -- GitLab