mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-08 23:22:40 +01:00
Fix some Android Studio warnings.
This commit is contained in:
@@ -31,11 +31,11 @@ public class MoveTest {
|
||||
}
|
||||
|
||||
@BeforeClass
|
||||
public static void setUpClass() throws Exception {
|
||||
public static void setUpClass() {
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
public static void tearDownClass() throws Exception {
|
||||
public static void tearDownClass() {
|
||||
}
|
||||
|
||||
@Before
|
||||
@@ -46,9 +46,6 @@ public class MoveTest {
|
||||
public void tearDown() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test of move constructor, of class Move.
|
||||
*/
|
||||
@Test
|
||||
public void testMoveConstructor() {
|
||||
System.out.println("MoveTest");
|
||||
@@ -61,9 +58,6 @@ public class MoveTest {
|
||||
assertEquals(move.promoteTo, p);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test of equals, of class Move.
|
||||
*/
|
||||
@Test
|
||||
public void testEquals() {
|
||||
System.out.println("equals");
|
||||
|
||||
Reference in New Issue
Block a user