| Interface | Description |
|---|---|
| QuarkusTestAfterConstructCallback |
Implementations are called after JUnit constructs the test instance.
|
| QuarkusTestAfterEachCallback |
Can be implemented by classes that shall be called after each test method in a
@QuarkusTest. |
| QuarkusTestBeforeAllCallback | Deprecated
Use
QuarkusTestAfterConstructCallback instead |
| QuarkusTestBeforeClassCallback |
Can be implemented by classes that shall be called once for each
@QuarkusTest class before any test methods are
executed. |
| QuarkusTestBeforeEachCallback |
Can be implemented by classes that shall be called before each test method in a
@QuarkusTest. |
| Class | Description |
|---|---|
| QuarkusTestMethodContext |
Context object passed to
QuarkusTestBeforeEachCallback and QuarkusTestAfterEachCallback |
Copyright © 2021 JBoss by Red Hat. All rights reserved.