Answer the question
In order to leave comments, you need to log in
What are the libraries for auto-testing methods with random data iteration?
For example, there is a method ala:
public void CreateUser(User user, string password)
{
}
CreateUser(user, "1111");
CreateUser(null, "1111");
CreateUser(User, null);
CreateUser(null, null);
Answer the question
In order to leave comments, you need to log in
IntelliTest is a commercial development of the Pex research project . It does exactly what you want. Here is a sandbox to try.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question