From 3d8ec317b32821e48e8f816c908c346cdc43903d Mon Sep 17 00:00:00 2001 From: Andre Weber Date: Fri, 17 Jan 2025 12:06:04 +0100 Subject: [PATCH] chore: Add Run Configurations for Tests and Sample App --- .run/All Tests.run.xml | 24 ++++++++++++++++++++++++ .run/Functional Tests.run.xml | 29 +++++++++++++++++++++++++++++ .run/MainKt.run.xml | 11 +++++++++++ .run/Unit Tests.run.xml | 29 +++++++++++++++++++++++++++++ 4 files changed, 93 insertions(+) create mode 100644 .run/All Tests.run.xml create mode 100644 .run/Functional Tests.run.xml create mode 100644 .run/MainKt.run.xml create mode 100644 .run/Unit Tests.run.xml diff --git a/.run/All Tests.run.xml b/.run/All Tests.run.xml new file mode 100644 index 0000000..4e9cc42 --- /dev/null +++ b/.run/All Tests.run.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.run/Functional Tests.run.xml b/.run/Functional Tests.run.xml new file mode 100644 index 0000000..d825c5b --- /dev/null +++ b/.run/Functional Tests.run.xml @@ -0,0 +1,29 @@ + + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.run/MainKt.run.xml b/.run/MainKt.run.xml new file mode 100644 index 0000000..e4c921a --- /dev/null +++ b/.run/MainKt.run.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.run/Unit Tests.run.xml b/.run/Unit Tests.run.xml new file mode 100644 index 0000000..81811dc --- /dev/null +++ b/.run/Unit Tests.run.xml @@ -0,0 +1,29 @@ + + + + + + + + true + true + false + false + + + \ No newline at end of file