| Class | Description |
|---|---|
| NoOpTestExtension |
A special
TestTemplateInvocationContextProvider that return default TestTemplateInvocationContext. |
| ParameterizedTestExtension |
This extension is used to implement parameterized tests for Junit 5 to replace Parameterized in
Junit4.
|
| Annotation Type | Description |
|---|---|
| Parameter |
The annotation is used to replace
Parameterized.Parameter for Junit 5 parameterized
tests. |
| Parameters |
The annotation is used to replace Parameterized.Parameters(Junit4) for Junit 5 parameterized
tests.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.