public interface QuarkusTestResourceLifecycleManager
These resources are started before the first test is run, and are closed
at the end of the test suite. They are configured via the QuarkusTestResource
annotation, which can be placed on any class in the test suite.
These can also be loaded via a service loader mechanism, however if a service
loader is used it should not also be annotated as this will result in it being executed
twice
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start the test resource.
|
void |
stop()
Stop the test resource.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.