wilkinsona / project-generator

3 stars 4 forks source link

Add @ProjectGenerationTest slice #61

Open snicoll opened 5 years ago

snicoll commented 5 years ago

There are various cases where one wants to test that project generation works as intended in the context of their contributors. To facilitate the setup, a slice test @ProjectGenerationTest can be created that does the heaving lifting of configuring ProjectGenerator.

This would also be a good proof that initializr-generator is enough to trigger a basic project generation (i.e. without any contributor). Right now, the current structure does not allow that.