Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
efe1e1f304
|
@ -7,6 +7,9 @@ import org.junit.jupiter.api.*;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileNotFoundException;
|
import java.io.FileNotFoundException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This Class tests the MoveStrategy.
|
||||||
|
*/
|
||||||
public class MoveStrategyTest {
|
public class MoveStrategyTest {
|
||||||
|
|
||||||
private MoveStrategy moveList;
|
private MoveStrategy moveList;
|
||||||
|
@ -15,7 +18,6 @@ public class MoveStrategyTest {
|
||||||
@DisplayName("MoveListStrategy")
|
@DisplayName("MoveListStrategy")
|
||||||
class MoveList {
|
class MoveList {
|
||||||
|
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setup() {
|
void setup() {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue