From 410bf909ffd4e55c57112013ea204592dc2889fe Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 25 Dec 2020 11:00:42 +0000 Subject: [PATCH] Ignore JUnit APIs with Kotlin equivalents Signed-off-by: Graham --- .idea/codeInsightSettings.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.idea/codeInsightSettings.xml b/.idea/codeInsightSettings.xml index c321f75a..129aaf51 100644 --- a/.idea/codeInsightSettings.xml +++ b/.idea/codeInsightSettings.xml @@ -8,6 +8,20 @@ com.google.inject.Provider com.google.inject.ScopeAnnotation com.google.inject.Singleton + org.junit.jupiter.api.AfterEach + org.junit.jupiter.api.Assertions.assertEquals + org.junit.jupiter.api.Assertions.assertFalse + org.junit.jupiter.api.Assertions.assertNotEquals + org.junit.jupiter.api.Assertions.assertNotNull + org.junit.jupiter.api.Assertions.assertNotSame + org.junit.jupiter.api.Assertions.assertNull + org.junit.jupiter.api.Assertions.assertSame + org.junit.jupiter.api.Assertions.assertThrows + org.junit.jupiter.api.Assertions.assertTrue + org.junit.jupiter.api.Assertions.fail + org.junit.jupiter.api.BeforeEach + org.junit.jupiter.api.Disabled + org.junit.jupiter.api.Test \ No newline at end of file