| 类 | 说明 |
|---|---|
| ParameterizedTestExtension |
This extension is used to implement parameterized tests for Junit 5 to replace Parameterized in
Junit4.
|
| 注释类型 | 说明 |
|---|---|
| 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–2023 The Apache Software Foundation. All rights reserved.