Module io.helidon.testing
Package io.helidon.testing
Annotation Interface TestRegistry.AfterShutdown
- Enclosing class:
TestRegistry
Mark a static method to be executed after the service registry has been shut-down.
This will only be executed after all pre-destroy methods have been called and the registry is no longer available (i.e. you cannot obtain the registry instance that was used during all of your test methods).