Closed MikailBag closed 11 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.
@MikailBag thanks!
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.