Project Description
trying create extention for vs 2010 for auto generate unit tests by code graph method.
This project uses CSParcer http://csparser.codeplex.com/
This was just a graduation work, which i want to be finished.
Central idea its a automatic generate unit test for a code. With high coverage and objects replaced by stubs.
It uses a object graph to analyse code structure and find conditions, parameters in conditions and etc.
everyone welcome!