mirror of
https://github.com/JonasunderscoreJones/i3-dotfiles.git
synced 2025-10-23 07:59:19 +02:00
added dotfiles
This commit is contained in:
parent
f6ad05459b
commit
fd3d05434f
466 changed files with 27935 additions and 1 deletions
14
.config/JetBrains/IdeaIC2022.2/migration/JUnit4__5.xml
Normal file
14
.config/JetBrains/IdeaIC2022.2/migration/JUnit4__5.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<migrationMap>
|
||||
<name value="JUnit (4.x -> 5.0)" />
|
||||
<description value="For transferring the JUnit 4 test annotations to the new jupiter ones, may result in red code! Assertions won't be migrated.
|
||||
Please see the 'Java | JUnit issues | JUnit 4 test can be JUnit 5' inspection to migrate only tests which can be converted fully automatically." />
|
||||
<entry oldName="org.junit.Before" newName="org.junit.jupiter.api.BeforeEach" type="class"/>
|
||||
<entry oldName="org.junit.BeforeClass" newName="org.junit.jupiter.api.BeforeAll" type="class"/>
|
||||
<entry oldName="org.junit.After" newName="org.junit.jupiter.api.AfterEach" type="class"/>
|
||||
<entry oldName="org.junit.AfterClass" newName="org.junit.jupiter.api.AfterAll" type="class"/>
|
||||
<entry oldName="org.junit.Test" newName="org.junit.jupiter.api.Test" type="class"/>
|
||||
<entry oldName="org.junit.Ignore" newName="org.junit.jupiter.api.Disabled" type="class"/>
|
||||
</migrationMap>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue