Forbedrer kodestil

This commit is contained in:
Kristian Knarvik 2020-02-04 20:00:57 +01:00
parent 6bc58a29d3
commit eb5e6160fb

View File

@ -5,7 +5,10 @@ import inf112.fiasko.roborally.abstractions.GameTexture;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class DrawableObjectTest {