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 DiePoolTest { private static final Random rng = new Random(); // Some tests, I suppose }