public interface QuarkusTestBeforeClassCallback
@QuarkusTest class before any test methods are
executed.
The implementing class has to be deployed as service provider on the class path.
| Modifier and Type | Method and Description |
|---|---|
void |
beforeClass(Class<?> testClass) |
void beforeClass(Class<?> testClass)
Copyright © 2020 JBoss by Red Hat. All rights reserved.