Class TestTracingProcessor.TestSelectionCommand

java.lang.Object
io.quarkus.deployment.console.QuarkusCommand
io.quarkus.deployment.dev.testing.TestTracingProcessor.TestSelectionCommand
All Implemented Interfaces:
org.aesh.command.Command
Direct Known Subclasses:
TestTracingProcessor.ExcludePatternCommand, TestTracingProcessor.ExcludeTagsCommand, TestTracingProcessor.IncludePatternCommand, TestTracingProcessor.IncludeTagsCommand
Enclosing class:
TestTracingProcessor

abstract static class TestTracingProcessor.TestSelectionCommand extends QuarkusCommand
  • Field Details

    • persistent

      protected boolean persistent
    • run

      protected boolean run
  • Constructor Details

    • TestSelectionCommand

      TestSelectionCommand()
  • Method Details

    • configValue

      protected abstract String configValue()
    • configKey

      protected abstract String configKey()
    • doExecute

      public final org.aesh.command.CommandResult doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
      Specified by:
      doExecute in class QuarkusCommand
      Throws:
      org.aesh.command.CommandException
      InterruptedException
    • configure

      protected abstract void configure(TestSupport testSupport)