Reporter | Yuri Astrakhan (yurik) |
---|---|
Created | Jan 27, 2012 8:25:39 PM |
Updated | Mar 23, 2012 12:00:40 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
in unit test file
full cleanup formatting of this code removes the #region line, leaving the #endregion
#region test cases [TestCase("a"), TestCase("b"), ... TestCase("z")] #endregion public void Test(string value) {...}
full cleanup formatting of this code removes the #region line, leaving the #endregion