yegor256 / qulice

Quality Police for Java projects: aggregator of Checkstyle and PMD
https://www.qulice.com
Other
301 stars 112 forks source link

Add simple buildsClassloader test #1189

Closed MikailBag closed 11 months ago

MikailBag commented 12 months ago

This PR adds a simple test for one of AntEnvironment methods.

This class currently directly uses some Ant class which complicates testing. This PR replaces them with interfaces which allow simple fake implementations.

yegor256 commented 11 months ago

@MikailBag thanks!