Gradle Test Run :core:test
Actual module endpoints
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| GET /hello without auth returns 401 | getHelloWithoutAuthReturns401() | 1 | 0 | 0 | 0.032s | 100% |
| GET /nonexistent returns 404 | getNonexistentReturns404() | 1 | 0 | 0 | 0.882s | 100% |
| GET /api/v1/commons/server/players returns player list | getPlayersReturnsPlayerList() | 1 | 0 | 0 | 0.113s | 100% |
| GET / returns Hello MineAuth | getRootReturnsHelloMineAuth() | 1 | 0 | 0 | 0.039s | 100% |