mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Renamed to force run tests.
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicReference;
|
|||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
public class GlobalEventBusTest {
|
public class TestGlobalEventBus {
|
||||||
|
|
||||||
// Sample event class
|
// Sample event class
|
||||||
public static class TestEvent {
|
public static class TestEvent {
|
||||||
@@ -4,7 +4,7 @@ import org.junit.Test;
|
|||||||
import org.toop.server.Server;
|
import org.toop.server.Server;
|
||||||
import org.toop.server.backend.*;
|
import org.toop.server.backend.*;
|
||||||
|
|
||||||
public class ServerTest {
|
public class TestServerTest {
|
||||||
|
|
||||||
private Server server;
|
private Server server;
|
||||||
|
|
||||||
Reference in New Issue
Block a user