Interface OutputDirectoryCreator

    • Method Detail

      • getRootDirectory

        java.nio.file.Path getRootDirectory()
        {@return the root directory for all output files; never {@code null}}
      • createOutputDirectory

        java.nio.file.Path createOutputDirectory​(TestDescriptor testDescriptor)
                                          throws java.io.IOException
        Create an output directory for the supplied test descriptor.
        Parameters:
        testDescriptor - the test descriptor for which to create an output directory; never null
        Returns:
        the output directory
        Throws:
        java.io.IOException - if the output directory could not be created