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

Показать описание
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
@ValueSource(strings = '"a","b")
@ValueSource(ints = { 1, 2, 3 })
@NullSource
@EmptySource
@NullAndEmptySource
@ParameterizedTest