Hello, What do you think of the following feature.
Sometimes it happened to me to have a test fail at end due to not having enough disk space , so I lost the end of my test results. I was thinking of the following way to fix it : - Create a proprerty which contains the disk space required estimation - At start of test, listeners that need to write file check using File or FileStore (JDK7) - If value is lower than expected size, they trigger end of test Do you think this is over engeneering ? or bad idea ? Thanks Regards
