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