예제 #1
0
 /// <summary>
 /// Cleans the up all state created to test a view component.
 /// </summary>
 protected void CleanUp()
 {
     writer        = new StringWriter();
     SectionRender = new Dictionary <string, TestSectionRender>(StringComparer.InvariantCultureIgnoreCase);
     OnBodyRender  = null;
     OnViewRender  = null;
 }
		/// <summary>
		/// Cleans the up all state created to test a view component.
		/// </summary>
		protected void CleanUp()
		{
			writer = new StringWriter();
			SectionRender = new Dictionary<string, TestSectionRender>(StringComparer.InvariantCultureIgnoreCase);
			OnBodyRender = null;
			OnViewRender = null;
		}