C# Class System.Web.TestUtil.UnitTestHelper

Show file 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