JUnit4 to JUnit5 (#1589)

* Getting @Test from JUnit5 instead of JUnit4

* Changed FixedStepGameLoopTest.java imports and tests to JUnit5

* JUnit4 to JUnit5

* JUnit4 to JUnit5

* JUnit4 to JUnit5

* JUnit4 to JUnit5
This commit is contained in:
Omar Karazoun
2020-12-07 19:55:13 +02:00
committed by GitHub
parent e9f73bcf0b
commit 759c99d078
6 changed files with 44 additions and 47 deletions

View File

@ -23,7 +23,7 @@
package com.iluwatar.gameloop;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;