mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Define ordering for MetadataStoreTest
This commit is contained in:
parent
99a7f6f0cf
commit
d022084a47
1 changed files with 3 additions and 0 deletions
|
@ -5,8 +5,11 @@ import java.util.List;
|
|||
import java.util.concurrent.Callable;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
import org.bukkit.plugin.TestPlugin;
|
||||
import org.junit.jupiter.api.MethodOrderer;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.TestMethodOrder;
|
||||
|
||||
@TestMethodOrder(MethodOrderer.MethodName.class)
|
||||
public class MetadataStoreTest {
|
||||
private Plugin pluginX = new TestPlugin("x");
|
||||
private Plugin pluginY = new TestPlugin("y");
|
||||
|
|
Loading…
Add table
Reference in a new issue