Question : creating list<type> with customisation
Closed this issue · 2 comments
waliahimanshu commented
Can you please share the example of creating a list of strings with repeat count customisation
without using @fixture annotation ?
I tried this, but it gives list with size 0
val fixture = KFixture {
repeatCount(4)
}
val list: List<String> = fixture()
phutchin commented
Currently collections aren't supported.