I would like to create a JUnit TemporyFolder that represents the baseFolder of such a tree:
baseFolder/subFolderA/subSubFolder
/subFolderB/file1.txt
As far as I understand I can setUp a TemporaryFolder and than can create with "newFolder()" pseudo Folders that are located in that very folder. But How can I create layers underneath? Especially in a way that is cleaned up after the test.