Class TestTracingProcessor.ExcludePatternCommand
- java.lang.Object
-
- io.quarkus.deployment.console.QuarkusCommand
-
- io.quarkus.deployment.dev.testing.TestTracingProcessor.TestSelectionCommand
-
- io.quarkus.deployment.dev.testing.TestTracingProcessor.ExcludePatternCommand
-
- All Implemented Interfaces:
org.aesh.command.Command
- Enclosing class:
- TestTracingProcessor
public static class TestTracingProcessor.ExcludePatternCommand extends TestTracingProcessor.TestSelectionCommand
-
-
Field Summary
-
Fields inherited from class io.quarkus.deployment.dev.testing.TestTracingProcessor.TestSelectionCommand
persistent, run
-
Fields inherited from class io.quarkus.deployment.console.QuarkusCommand
done, help
-
-
Constructor Summary
Constructors Constructor Description ExcludePatternCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
configKey()
protected void
configure(TestSupport testSupport)
protected String
configValue()
-
Methods inherited from class io.quarkus.deployment.dev.testing.TestTracingProcessor.TestSelectionCommand
doExecute
-
Methods inherited from class io.quarkus.deployment.console.QuarkusCommand
execute
-
-
-
-
Method Detail
-
configValue
protected String configValue()
- Specified by:
configValue
in classTestTracingProcessor.TestSelectionCommand
-
configKey
protected String configKey()
- Specified by:
configKey
in classTestTracingProcessor.TestSelectionCommand
-
configure
protected void configure(TestSupport testSupport)
- Specified by:
configure
in classTestTracingProcessor.TestSelectionCommand
-
-