planetiler/src/test/java/com/onthegomap/flatmap/AppTest.java

14 wiersze
254 B
Java
Czysty Zwykły widok Historia

2021-04-06 00:33:54 +00:00
package com.onthegomap.flatmap;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
public class AppTest {
@Test
public void testFast() {
assertEquals("hello world", new App().getGreeting());
}
}