Constant Field Values

Contents

io.quarkus.*

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