Is there such a thing as unit test generation? If so...
...does it work well?
...What are the auto generation solutions that are available for .NET?
GennyMcGenFace creates a unit test for each function in your class and generates objects with random words/values in each parameter.
It helps in setting up your unit tests, especially if you have input objects with lots of parameters.
The unit test will look something like this