Why my code is not deleting the zip file generated by my unit test? [duplicate]
This question already has answers here: Java ‘file.delete()’ Is not Deleting Specified File (8 answers) File in use while perform delete even though stream is closed (1 answer) Closed 2 days ago. I’m working in a java application with Spring Boot, and in one of my UT I create a ZIP file (I check the […]