@Target(value=FIELD) @Retention(value=RUNTIME) public @interface TempDir
DefaultTempServiceFactory.ROOT_TEMP_DIR property.
If no root temp dir is specified the default user temp dir will be used.
Watch out: if the directory already exists, it will first be deleted. If the directory was not empty,
all files in the directory will be deleted.
By default, the directory 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 directories automatically after each test.public abstract String value
Copyright © 2016. All Rights Reserved.