|
|
|
|
|
|
6
|
import static org.junit.Assert.assertFalse;
|
6
|
import static org.junit.Assert.assertFalse;
|
|
7
|
import static org.junit.Assert.assertTrue;
|
7
|
import static org.junit.Assert.assertTrue;
|
|
8
|
|
8
|
|
|
9
|
-public final class QueenAttackCalculatorTest {
|
|
|
|
|
|
9
|
+public class QueenAttackCalculatorTest {
|
|
10
|
|
10
|
|
|
11
|
/*
|
11
|
/*
|
|
12
|
* See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and
|
12
|
* See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and
|