Chapter 11: Passing Parameter (String, int, Null, Empty)

preview_player
Показать описание
We will learn how to pass simple parameter like String, int, Null in TC

@ValueSource(strings = '"a","b")
@ValueSource(ints = { 1, 2, 3 })
@NullSource
@EmptySource
@NullAndEmptySource
@ParameterizedTest
Рекомендации по теме