summaryrefslogtreecommitdiff
path: root/dice/src/test/java/bjc/dicelang/neodice/DieTest.java
blob: baee4ccbeb97bccd9f62d47f7d1c7decc0e5923b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package bjc.dicelang.neodice;

import static org.junit.Assert.*;

import java.util.*;

import org.junit.*;

@SuppressWarnings("javadoc")
public class DieTest {
	private final static Random rng = new Random();

	// Some tests, I guess
}