@Target(value=FIELD) @Retention(value=RUNTIME) public @interface TempFile
DefaultTempServiceFactory.ROOT_TEMP_DIR property.
If no root temp dir is specified the default user temp dir will be used.
Watch out: if the file already exists, it will first be deleted.
By default, the file will not be removed after the test. You can set the IOModule.CLEANUP_AFTER_TEST
property to true if you want unitils to delete the files automatically after each test.public abstract String value
Copyright © 2017. All rights reserved.