{"id":15645875,"url":"https://github.com/mp911de/testing-with-spring-boot","last_synced_at":"2025-04-30T11:45:23.426Z","repository":{"id":141689263,"uuid":"66151189","full_name":"mp911de/testing-with-spring-boot","owner":"mp911de","description":"Repository that explains how to test applications with Spring Boot","archived":false,"fork":false,"pushed_at":"2020-06-13T10:15:56.000Z","size":82,"stargazers_count":52,"open_issues_count":0,"forks_count":21,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-19T01:32:26.997Z","etag":null,"topics":["java","spring-boot","testing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mp911de.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-20T14:34:09.000Z","updated_at":"2024-08-21T12:18:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"507ce03e-8e68-4a4f-b200-6fd7c59a2894","html_url":"https://github.com/mp911de/testing-with-spring-boot","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.11764705882352944","last_synced_commit":"a6556f4901eca2081b1067d923368a8a99c7b826"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp911de%2Ftesting-with-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp911de%2Ftesting-with-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp911de%2Ftesting-with-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp911de%2Ftesting-with-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mp911de","download_url":"https://codeload.github.com/mp911de/testing-with-spring-boot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251693118,"owners_count":21628623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","spring-boot","testing"],"created_at":"2024-10-03T12:10:26.601Z","updated_at":"2025-04-30T11:45:23.381Z","avatar_url":"https://github.com/mp911de.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testing with Spring Boot 1.5\n\nThis repository contains code to demonstrate the use of the new Spring Boot 1.5 testing support.\n\nIn particular it shows the usage of:\n\n* AssertJ                     \n* `@LocalServerPort` through [TestingWithSpringBootApplicationTests.java](src/test/java/com/example/TestingWithSpringBootApplicationTests.java)\n* `@RestClientTest` through [DealerServiceIntegrationTests.java](src/test/java/com/example/external/dealer/DealerServiceIntegrationTests.java) \n* `@JsonTest` through [TransactionJsonTests.java](src/test/java/com/example/external/dealer/TransactionJsonTests.java) \n* `@DataJpaTest` through [CarRepositoryIntegrationTests.java](src/test/java/com/example/external/data/CarRepositoryIntegrationTests.java) \n* `@MockBean` and `@WebMvcTest` through [CarControllerTests.java](src/test/java/com/example/web/CarControllerTests.java) \n* `@WebMvcTest` with Selenium and HtmlUnit through [CarControllerSeleniumTests.java](src/test/java/com/example/web/CarControllerSeleniumTests.java) and [CarControllerHtmlUnitTests.java](src/test/java/com/example/web/CarControllerHtmlUnitTests.java) \n* `TestRestTemplate` through [CarControllerRestTests.java](src/test/java/com/example/web/CarControllerSeleniumTests.java)\n* `@Rule OutputCapture` through through [OutputCapturingTests.java](src/test/java/com/example/OutputCapturingTests.java)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmp911de%2Ftesting-with-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmp911de%2Ftesting-with-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmp911de%2Ftesting-with-spring-boot/lists"}