@@ -7,6 +7,7 @@ import org.bukkit.Location;
|
||||
import org.bukkit.craftbukkit.entity.memory.CraftMemoryKey;
|
||||
import org.bukkit.support.AbstractTestingBase;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class CraftMemoryKeyTest extends AbstractTestingBase {
|
||||
@@ -64,6 +65,7 @@ public class CraftMemoryKeyTest extends AbstractTestingBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Unit type not yet implemented")
|
||||
public void shouldReturnAnInstanceOfMemoryKeyWhenBukkitRepresentationOfKeyisAvailableAndSerializerIsPresent() {
|
||||
for (MemoryModuleType<?> memoryModuleType : IRegistry.MEMORY_MODULE_TYPE) {
|
||||
if (memoryModuleType.getCodec().isPresent()) {
|
||||
|
||||
Reference in New Issue
Block a user