File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/mesh/creator/archimedian Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33import static org .junit .Assert .assertArrayEquals ;
44import static org .junit .jupiter .api .Assertions .assertEquals ;
55
6- import org .junit .Test ;
6+ import org .junit .jupiter . api . Test ;
77
88import mesh .Mesh3D ;
99
Original file line number Diff line number Diff line change 11package mesh .creator .archimedian ;
22
3- import static org .junit .Assert .assertArrayEquals ;
3+ import static org .junit .jupiter . api . Assertions .assertArrayEquals ;
44import static org .junit .jupiter .api .Assertions .assertEquals ;
55
6- import org .junit .Test ;
6+ import org .junit .jupiter . api . Test ;
77import org .junit .jupiter .params .ParameterizedTest ;
88import org .junit .jupiter .params .provider .ValueSource ;
99
@@ -15,7 +15,7 @@ public class ArchimedianSolidEnumTest {
1515 * are represented.
1616 */
1717 @ Test
18- public void verifiesExpectedNumberOfArchimedeanSolids () {
18+ public void testExpectedNumberOfArchimedeanSolids () {
1919 assertEquals (13 , ArchimedianSolid .values ().length );
2020 }
2121
You can’t perform that action at this time.
0 commit comments