We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2ca09 commit 16c775bCopy full SHA for 16c775b
src/test/java/com/laytonsmith/testing/ArrayTest.java
@@ -6,7 +6,6 @@
6
import static com.laytonsmith.testing.StaticTest.SRun;
7
import static org.junit.Assert.assertEquals;
8
import org.junit.Before;
9
-import org.junit.BeforeClass;
10
import org.junit.Test;
11
import org.mockito.InOrder;
12
import static org.mockito.Mockito.inOrder;
@@ -18,18 +17,13 @@
18
17
*
19
20
*/
21
-public class ArrayTest {
+public class ArrayTest extends AbstractIntegrationTest {
22
23
MCPlayer fakePlayer;
24
25
public ArrayTest() {
26
}
27
28
- @BeforeClass
29
- public static void setUpClass() {
30
-
31
- }
32
33
@Before
34
public void setUp() {
35
fakePlayer = StaticTest.GetOnlinePlayer();
0 commit comments