Class | Description |
---|---|
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 © 2023–2024 The Apache Software Foundation. All rights reserved.