Class OutputDirectoryProviderAdapter

    • Constructor Detail

      • OutputDirectoryProviderAdapter

        OutputDirectoryProviderAdapter​(OutputDirectoryCreator outputDirectoryCreator)
    • Method Detail

      • createOutputDirectory

        public java.nio.file.Path createOutputDirectory​(TestDescriptor testDescriptor)
                                                 throws java.io.IOException
        Description copied from interface: OutputDirectoryCreator
        Create an output directory for the supplied test descriptor.
        Specified by:
        createOutputDirectory in interface OutputDirectoryCreator
        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