var fDesc=new Array(); fDesc[0] = "It extracts the the documentation you've already written for your properties and methods.
The NUnit Test Generator creates unit tests using your VB.NET or C# source code. The NUnit Test Generator is template based so it is easy to modify the output. It has templates to create NUnit, xUnit, MbUnit, csUnit, and Microsoft Unit Tests. It also has advanced features such as expanding abbreviations and intelligent return value type creation."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }