public class UnimplementedOperationException
extends org.opentest4j.TestAbortedException
MockBukkit
will, instead of returning placeholder values, throw an UnimplementedOperationException.
This is a TestAbortedException and causes your Test to be skipped instead of just failing.
| Constructor and Description |
|---|
UnimplementedOperationException() |
UnimplementedOperationException(@NotNull java.lang.String message) |