mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 05:51:08 +01:00
Replace JUnit4 with JUnit5 in smack-extensions.
This commit concludes migration of `smack-extensions` module, from JUnit4 to JUnit5.
This commit is contained in:
parent
078cb5cc8f
commit
5169e887ad
79 changed files with 387 additions and 319 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
package org.jivesoftware.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.LinkedList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue