https://github.com/dniel/micronaut-test-fixtures
https://github.com/dniel/micronaut-test-fixtures
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dniel/micronaut-test-fixtures
- Owner: dniel
- Created: 2023-11-07T18:57:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:33:30.000Z (over 2 years ago)
- Last Synced: 2025-01-26T17:32:29.490Z (over 1 year ago)
- Language: Kotlin
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Micronaut Test Fixture
- Module 1 is a Micronaut Application with an Integration Test that starts the application and checks if it's running.
- Module 2 has a Fixture class that is a Bean and is injected in the Integration test mentioned above.