Junit 5
https://junit.org/junit5/docs/current/user-guide/#overview
Parameterized Tests
several cases for testing with at least one source to provide the arguments.
ValueSource
1 |
|
EnumSource
1 |
|
MethodSource
1 |
|
CsvSource
1 |
|
CsvFileSource
1 |
|
ArgumentsSource
1 |
|
Custom Aggregator
1 |
|
Title: Junit 5
Author: mjd507
Date: 2022-03-20
Last Update: 2024-01-27
Blog Link: https://mjd507.github.io/2022/03/20/Junit5/
Copyright Declaration: This station is mainly used to sort out incomprehensible knowledge. I have not fully mastered most of the content. Please refer carefully.