mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Forbedrer kodestil
This commit is contained in:
parent
6bc58a29d3
commit
eb5e6160fb
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user