MCPcopy Create free account
hub / github.com/CSpyridakis/notes / AppTest

Class AppTest

Java/Maven-http-server/src/test/java/com/example/AppTest.java:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import static org.junit.jupiter.api.Assertions.*;
5
6public class AppTest {
7
8 @Test
9 public boolean testAppStarts() {
10 return true;
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected