mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-10 11:25:04 +08:00
This commit moves project-based assertions to regular AssertJ Assert classes. `ProjectStructure` is now an assert provider so that it can be used with the standard `assertThat` method. Specialized assertions are provided for the supported build systems as well as text-based content. Closes gh-764