App can now be built using Ant and run from the JAR file.
Note: this requires adding the res/lib folder to the classpath in order to run in Eclipse (included in this commit). Another commit will follow to remove build artifacts from git.
This commit is contained in:
11
test/model/BoardTest.java
Normal file
11
test/model/BoardTest.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package model;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class BoardTest {
|
||||
|
||||
@Test
|
||||
public void testConstructor() {
|
||||
new Board();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user