From 22e29d5ce36b292d3ff942747347d53176a13d46 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 11 May 2021 00:15:28 -0700 Subject: [PATCH] Converted ModuleExceptionTest to Kotlin. --- .idea/codeStyles/Project.xml | 10 +- .idea/jarRepositories.xml | 5 + .idea/libraries-with-intellij-classes.xml | 65 +++++++++ .idea/misc.xml | 3 +- .idea/mobibot.iml | 12 -- .idea/modules.xml | 10 -- .idea/modules/mobibot.main.iml | 100 -------------- .idea/modules/mobibot.test.iml | 125 ------------------ config/detekt/baseline.xml | 1 - .../mobibot/modules/ModuleExceptionTest.java | 80 ----------- .../mobibot/modules/ModuleExceptionTest.kt | 75 +++++++++++ version.properties | 6 +- 12 files changed, 159 insertions(+), 333 deletions(-) create mode 100644 .idea/libraries-with-intellij-classes.xml delete mode 100644 .idea/mobibot.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/modules/mobibot.main.iml delete mode 100644 .idea/modules/mobibot.test.iml delete mode 100644 src/test/java/net/thauvin/erik/mobibot/modules/ModuleExceptionTest.java create mode 100644 src/test/kotlin/net/thauvin/erik/mobibot/modules/ModuleExceptionTest.kt diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 10683d5..6407ef6 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -344,10 +344,18 @@ -