Skip to content

Commit 8f23951

Browse files
committed
Junit5
1 parent 4eef014 commit 8f23951

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

test/src/java/com/github/oeuvres/alix/util/DicFreq.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
import java.util.concurrent.atomic.AtomicInteger;
5050
import java.util.concurrent.atomic.AtomicLong;
5151

52-
import com.github.oeuvres.alix.util.Calcul;
52+
5353

5454
/**
5555
* <p>

test/src/java/com/github/oeuvres/alix/util/DirTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package com.github.oeuvres.alix.util;
2-
import static org.junit.Assert.*;
2+
33

44
import java.io.File;
55
import java.io.IOException;
66
import java.nio.file.Path;
77
import java.util.List;
88

9-
import org.junit.Test;
9+
10+
1011

1112
public class DirTest {
1213

test/src/java/com/github/oeuvres/alix/util/MLTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package com.github.oeuvres.alix.util;
22

3-
import static org.junit.jupiter.api.Assertions.assertEquals;
43

54
import java.util.Set;
65

6+
import static org.junit.jupiter.api.Assertions.assertEquals;
77
import org.junit.jupiter.api.Test;
88

99
public class MLTest {

0 commit comments

Comments
 (0)