#1473: Change tests to use suites, to run tests in different environments and feature flags
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -6,10 +6,11 @@ import net.minecraft.resources.MinecraftKey;
|
||||
import org.bukkit.craftbukkit.CraftRegistry;
|
||||
import org.bukkit.craftbukkit.util.CraftNamespacedKey;
|
||||
import org.bukkit.enchantments.Enchantment;
|
||||
import org.bukkit.support.AbstractTestingBase;
|
||||
import org.bukkit.support.environment.AllFeatures;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class EnchantmentTest extends AbstractTestingBase {
|
||||
@AllFeatures
|
||||
public class EnchantmentTest {
|
||||
|
||||
@Test
|
||||
public void verifyMapping() {
|
||||
|
||||
Reference in New Issue
Block a user