FlexTradeUKLtd/kfixture

Question : creating list<type> with customisation

Closed this issue · 2 comments

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()

Currently collections aren't supported.

Duplicate of #12