C# Class System.Web.TestUtil.UnitTestHelper

显示文件 Open project: megadotnet/ironframework

Public Methods

Method Description
AssertEqualsIgnoreWhitespace ( string expected, string actual ) : void

Method Details

AssertEqualsIgnoreWhitespace() public static method

public static AssertEqualsIgnoreWhitespace ( string expected, string actual ) : void
expected string
actual string
return void