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