@@ -2,9 +2,10 @@ package org.bukkit;
|
|||||||
|
|
||||||
import static org.bukkit.support.MatcherAssert.*;
|
import static org.bukkit.support.MatcherAssert.*;
|
||||||
import static org.hamcrest.CoreMatchers.*;
|
import static org.hamcrest.CoreMatchers.*;
|
||||||
|
import org.bukkit.support.AbstractTestingBase;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class InstrumentTest {
|
public class InstrumentTest extends AbstractTestingBase {
|
||||||
@Test
|
@Test
|
||||||
public void getByType() {
|
public void getByType() {
|
||||||
for (Instrument instrument : Instrument.values()) {
|
for (Instrument instrument : Instrument.values()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user