Interface ConfigPlaceholderReplacer


  • public interface ConfigPlaceholderReplacer
    Implementations of this class perform replacement of data in the config files.
    • Method Detail

      • replace

        String replace​(org.junit.jupiter.api.extension.ExtensionContext context,
                       String placeholder,
                       String line)
        Inspects a line, and if appropriate, replaces the placeholder.
        Parameters:
        context - the Junit ExtensionContext
        placeholder - the placeholder to replace
        line - the line being inspected
        Returns:
        the original line, with any required replacements done.