Classes | |
| class | VersionServiceITest |
Functions | |
| [instance initializer] | |
| void | cleanup () throws Exception |
| void | eachSetup () |
| void | givenDifferentVersionOnGitHub_whenCheckLatestVersion_thenReturnsFalse () throws Exception |
| void | givenEmptyGitHubResponse_whenCheckLatestVersion_thenLatestVersionTrue () throws Exception |
| void | givenEmptyNormalizedTagName_whenCheckLatestVersion_thenReturnsTrueAndLogsWarn () throws Exception |
| void | givenEmptyResponseBody_whenCheckLatestVersion_thenReturnsTrueAndLogsWarn () throws Exception |
| void | givenInterruptedThread_whenCheckLatestVersion_thenReturnsTrueAndLogsWarn () throws Exception |
| void | givenInvalidJsonResponse_whenCheckLatestVersion_thenReturnsTrueAndLogsError () throws Exception |
| void | givenMatchingVersionOnGitHub_whenCheckLatestVersion_thenReturnsTrue () throws Exception |
| void | givenNon200HttpStatus_whenCheckLatestVersion_thenLatestVersionTrue (int httpStatusCode) throws Exception |
| void | givenTagTooLong_whenCheckLatestVersion_thenReturnsTrueAndLogsError () throws Exception |
Variables | |
| AutoCloseable | closeable |
| ListAppender< ILoggingEvent > | logWatcher |
| HttpClient | mockHttpClient |
| HttpResponse< InputStream > | mockResponse |
| final ObjectMapper | objectMapper = new ObjectMapper() |
| SpinnerService | spinnerService |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |