C# Class NUnit.Framework.Constraints.EqualTests

Mostrar archivo Open project: nunit/nunit

Public Methods

Method Description
CheckExceptionMessage ( Exception ex ) : void

Private Methods

Method Description
FailedStringMatchShowsFailurePosition ( ) : void
LongStringsAreTruncated ( ) : void
LongStringsAreTruncatedAtBothEndsIfNecessary ( ) : void
LongStringsAreTruncatedAtFrontEndIfNecessary ( ) : void
TestPropertyWithPrivateSetter ( ) : void

Method Details

CheckExceptionMessage() public method

public CheckExceptionMessage ( Exception ex ) : void
ex System.Exception
return void