An implementation generator of HasTestingDirectory which will use an operating system-specific temporary directory. This directory can optionally be deleted when the JVM shuts down.
An implementation generator of HasTestingDirectory which will use an operating system-specific temporary directory. This directory can optionally be deleted when the JVM shuts down.
Value parameters
deleteOnExit
if true, delete the temporary directory when the JVM exits
An implementation of HasTestingDirectory which will use the class name timestamp. When this implementation is used, everything is put in a test_run_dir/<class-name>/<timestamp>/. E.g., this may produce something like:
An implementation of HasTestingDirectory which will use the class name timestamp. When this implementation is used, everything is put in a test_run_dir/<class-name>/<timestamp>/. E.g., this may produce something like:
The default testing directory behavior. If the user does not provide an alternative type class implementation of HasTestingDirectory, then this will be what is used.
The default testing directory behavior. If the user does not provide an alternative type class implementation of HasTestingDirectory, then this will be what is used.