Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eskatos/gradle-plugin-fixtures
https://github.com/eskatos/gradle-plugin-fixtures
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eskatos/gradle-plugin-fixtures
- Owner: eskatos
- Created: 2021-10-06T10:14:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T07:27:18.000Z (over 2 years ago)
- Last Synced: 2024-11-01T20:06:41.355Z (3 months ago)
- Language: Java
- Size: 91.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Plugin Fixtures
This is a library with collection of test fixtures to help plugin authors test common plugin scenarios.
Note: this is an experimental project, it does not mean this will land anywhere at any point
### Getting Started
// TODO### Well-behaved plugin test
Currently, this library consist of one fixture to test well-behaved plugin. You can test this by extending `AbstractWellBehavedPluginTest` and implementing abstract methods.
By implementing `AbstractWellBehavedPluginTest` you will automatically test:
- Task registration and other tasks configuration avoidance
- Build cache & relocatability
- Up-to-date checks (out of date tasks)