Is there any way to generate unique string array for creating an object?

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
If I have a test method whose signature is like:

public void test(string[] list)

Is there any way I can guarantee pex will generate unique value for string for each element. Like if I need list of size 5, then I want all of these to be unique.

View the full article
 
Back
Top