C# Class CmisCmdlets.Tests.Constraints.CmisBaseConstraint

Inheritance: NUnit.Framework.Constraints.Constraint
Datei anzeigen Open project: OpenDataSpace/CmisCmdlets

Public Methods

Method Description
WriteActualValueTo ( MessageWriter writer ) : void
WriteDescriptionTo ( MessageWriter writer ) : void

Protected Methods

Method Description
MatchDocument ( IDocument expected, IDocument actual ) : bool
MatchFolder ( IFolder expected, IFolder actual ) : bool
MatchObject ( ICmisObject expected, ICmisObject actual ) : bool
Problem ( string format, object expected, object actual ) : bool
Problem ( string expected, string actual ) : bool

Method Details

MatchDocument() protected method

protected MatchDocument ( IDocument expected, IDocument actual ) : bool
expected IDocument
actual IDocument
return bool

MatchFolder() protected method

protected MatchFolder ( IFolder expected, IFolder actual ) : bool
expected IFolder
actual IFolder
return bool

MatchObject() protected method

protected MatchObject ( ICmisObject expected, ICmisObject actual ) : bool
expected ICmisObject
actual ICmisObject
return bool

Problem() protected method

protected Problem ( string format, object expected, object actual ) : bool
format string
expected object
actual object
return bool

Problem() protected method

protected Problem ( string expected, string actual ) : bool
expected string
actual string
return bool

WriteActualValueTo() public method

public WriteActualValueTo ( MessageWriter writer ) : void
writer NUnit.Framework.Constraints.MessageWriter
return void

WriteDescriptionTo() public method

public WriteDescriptionTo ( MessageWriter writer ) : void
writer NUnit.Framework.Constraints.MessageWriter
return void