codecleanup

This commit is contained in:
Andrin Fassbind 2022-03-25 22:33:22 +01:00
parent 2f6b2d2e41
commit 6c72354278
1 changed files with 3 additions and 1 deletions

View File

@ -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 {