CID-3368: add tests for GitHubAPIService #260
42 passed, 0 failed and 0 skipped
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.config.WebSocketClientConfigTests.xml
1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.config.WebSocketClientConfigTests | 1✅ | 3s |
✅ net.leanix.githubagent.config.WebSocketClientConfigTests
✅ initSession should fail after max retry attempts()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.controllers.GitHubWebhookControllerTest.xml
3 tests were completed in 484ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.controllers.GitHubWebhookControllerTest | 3✅ | 484ms |
✅ net.leanix.githubagent.controllers.GitHubWebhookControllerTest
✅ should return 400 if missing webhook secret when event had signature()
✅ should process installation created event successfully()
✅ should return 202 if webhook event is processed successfully()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.GitHubAgentApplicationTests.xml
1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.GitHubAgentApplicationTests | 1✅ | 1s |
✅ net.leanix.githubagent.GitHubAgentApplicationTests
✅ contextLoads()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.runners.PostStartupRunnerTest.xml
1 tests were completed in 321ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.runners.PostStartupRunnerTest | 1✅ | 321ms |
✅ net.leanix.githubagent.runners.PostStartupRunnerTest
✅ should start syncLog and send GitHub App name()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.GitHubAPIServiceTest.xml
4 tests were completed in 187ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.GitHubAPIServiceTest | 4✅ | 187ms |
✅ net.leanix.githubagent.services.GitHubAPIServiceTest
✅ test getPaginatedOrganizations with one page()
✅ test getPaginatedInstallations with multiple pages()
✅ test getPaginatedInstallations with one page()
✅ test getPaginatedOrganizations with multiple pages()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.GitHubAuthenticationServiceTest.xml
3 tests were completed in 847ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.GitHubAuthenticationServiceTest | 3✅ | 847ms |
✅ net.leanix.githubagent.services.GitHubAuthenticationServiceTest
✅ generateJwtToken should send error log when throwing an exception()
✅ generateJwtToken with invalid data should throw exception()
✅ generateJwtToken with valid data should not throw exception()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.GitHubEnterpriseServiceTest.xml
5 tests were completed in 30ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.GitHubEnterpriseServiceTest | 5✅ | 30ms |
✅ net.leanix.githubagent.services.GitHubEnterpriseServiceTest
✅ validateGithubAppResponse with correct permissions should not throw exception()
✅ validateGithubAppResponse with missing permissions should throw exception()
✅ verifyJwt with valid jwt should not throw exception()
✅ verifyJwt with invalid jwt should throw exception()
✅ validateGithubAppResponse with missing events should throw exception()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.GitHubScanningServiceTest.xml
6 tests were completed in 330ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.GitHubScanningServiceTest | 6✅ | 330ms |
✅ net.leanix.githubagent.services.GitHubScanningServiceTest
✅ scanGitHubResources should throw JwtTokenNotFound when jwtToken is expired()
✅ scanGitHubResources should handle empty installations()
✅ scanGitHubResources should send repositories over WebSocket()
✅ scanGitHubResources should send repositories and manifest files over WebSocket()
✅ scanGitHubResources should send organizations over WebSocket()
✅ scanGitHubResources should send manifest files with empty path if the file is in the root directory()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.GitHubWebhookServiceTest.xml
5 tests were completed in 45ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.GitHubWebhookServiceTest | 5✅ | 45ms |
✅ net.leanix.githubagent.services.GitHubWebhookServiceTest
✅ should throw WebhookSecretNotSetException when signature is present but secret is not set()
✅ should not process unsupported event type()
✅ should throw InvalidEventSignatureException for invalid signature()
✅ should not process event if unknown host()
✅ should process supported event type successfully()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.LeanIXAuthServiceTest.xml
1 tests were completed in 97ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.LeanIXAuthServiceTest | 1✅ | 97ms |
✅ net.leanix.githubagent.services.LeanIXAuthServiceTest
✅ getBearerToken should return valid token()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.WebhookEventServiceTest.xml
11 tests were completed in 749ms with 11 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.WebhookEventServiceTest | 11✅ | 749ms |
✅ net.leanix.githubagent.services.WebhookEventServiceTest
✅ should send updates for yml manifest file()
✅ should handle manifest file removal in subdirectory()
✅ should wait for active scan to finish before starting scanning new org()
✅ should process push event()
✅ should handle manifest file in subdirectory()
✅ should send all events of type other than push to backend without processing()
✅ should ignore push events without a head commit()
✅ should send the org to the backend when an new installation is created()
✅ should handle push event only with supported YAML extension()
✅ should handle push event with multiple added and modified files()
✅ should refresh tokens if expired()
✅ /home/runner/work/leanix-github-agent/leanix-github-agent/build/test-results/test/TEST-net.leanix.githubagent.services.WebSocketServiceTests.xml
1 tests were completed in 3ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
net.leanix.githubagent.services.WebSocketServiceTests | 1✅ | 3ms |
✅ net.leanix.githubagent.services.WebSocketServiceTests
✅ initSession should initialize stompSession successfully()