Gradle Test Run :core:test

Actual module endpoints

summary

4

tests

0

failures

0

skipped

1.019s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
GET /hello without auth returns 401 getHelloWithoutAuthReturns401() 1 0 0 0.026s 100%
GET /nonexistent returns 404 getNonexistentReturns404() 1 0 0 0.850s 100%
GET /api/v1/commons/server/players returns player list getPlayersReturnsPlayerList() 1 0 0 0.095s 100%
GET / returns Hello MineAuth getRootReturnsHelloMineAuth() 1 0 0 0.043s 100%