C# Class System.Web.TestUtil.UnitTestHelper

Afficher le fichier Open project: megadotnet/ironframework

Méthodes publiques

Méthode Description
AssertEqualsIgnoreWhitespace ( string expected, string actual ) : void

Method Details

AssertEqualsIgnoreWhitespace() public static méthode

public static AssertEqualsIgnoreWhitespace ( string expected, string actual ) : void
expected string
actual string
Résultat void