Constant Field Values

Contents

io.quarkus.*

  • io.quarkus.deployment.dev.testing.TestConsoleHandler 
    Modifier and Type Constant Field Value
    public static final String FIRST_RUN_PROMPT "\u001b[34mRunning Tests for the first time\u001b[0m"
    public static final String PAUSED_PROMPT "Tests paused, press [\u001b[34mr\u001b[0m] to resume, [\u001b[34mh\u001b[0m] for more options>\u001b[0m"
    public static final String RUNNING_PROMPT "Press [\u001b[34mr\u001b[0m] to re-run, [\u001b[34mv\u001b[0m] to view full results, [\u001b[34mp\u001b[0m] to pause, [\u001b[34mh\u001b[0m] for more options>"
  • io.quarkus.deployment.dev.testing.io.quarkus.deployment.dev.testing.TestConsoleHandler.MessageFormat 
    Modifier and Type Constant Field Value
    public static final String BLUE "\u001b[34m"
    public static final String GREEN "\u001b[32m"
    public static final String RED "\u001b[91m"
    public static final String RESET "\u001b[0m"