ОН
Size: a a a
ОН
AT
when('test 1') { expect(1=1) }
V
ОН
KV
KV
KV
KV
KV
VR
enum ALotOfValues {
First,
Second,
Third,
....
}
[Test]
public void 20000Tests([Combinatorial] ALotOfValues value1, [Combinatorial] ALotOfValues value2, [Combinatorial] ALotOfValues value3)
{
//do some testing
}
VR
KV
KV
V
AT
KV
KV
KV
KV