kasper.kondzielski
03/08/2017, 9:05 PMLocalFileSystem.getInstance().findFileByPathIfCached(fileName)
Now I use
project.baseDir
.createChildDirectory(null, "src")
.createChildDirectory(null, "test")
.createChildDirectory(null, "java")
.createChildData(null, "JavaTestClass.java")
But it works only once 😞 Next time I run the test I get:
java.io.IOException: '/private/var/folders/d6/232wh5350xz0fpbbtcz6yddr0000gn/T/unitTest_aame/src' already exists in VFS