Gradle Test Run :paper:test
RemoteRepositorySourceTest
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| getAvailablePlugins should return empty list when index.json does not exist | testGetAvailablePluginsNotFound() | 1 | 0 | 0 | 0.025s | 100% |
| getAvailablePlugins should return plugin list when index.json exists | testGetAvailablePluginsSuccess() | 1 | 0 | 0 | 0.024s | 100% |
| getIdentifier should return base URL | testGetIdentifier() | 1 | 0 | 0 | 0.021s | 100% |
| getRepositoryFile should return null when file does not exist | testGetRepositoryFileNotFound() | 1 | 0 | 0 | 0.039s | 100% |
| getRepositoryFile should return repository file when it exists | testGetRepositoryFileSuccess() | 1 | 0 | 0 | 0.028s | 100% |
| getSourceType should return 'remote' | testGetSourceType() | 1 | 0 | 0 | 0.022s | 100% |
| isAvailable should return false when server is not reachable | testIsAvailableFailure() | 1 | 0 | 0 | 0.027s | 100% |
| isAvailable should return true when server responds successfully | testIsAvailableSuccess() | 1 | 0 | 0 | 0.027s | 100% |