Gradle Test Run :core:test

Actual module endpoints

summary

4

tests

0

failures

0

skipped

1.075s

duration

100%

successful

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