C# Class CmisCmdlets.Tests.Constraints.CmisObjectExistsConstraint

Inheritance: CmisBaseConstraint
Exibir arquivo Open project: OpenDataSpace/CmisCmdlets

Public Methods

Method Description
CmisObjectExistsConstraint ( ISession session, bool shouldExist ) : System
Matches ( object actual ) : bool

Method Details

CmisObjectExistsConstraint() public method

public CmisObjectExistsConstraint ( ISession session, bool shouldExist ) : System
session ISession
shouldExist bool
return System

Matches() public method

public Matches ( object actual ) : bool
actual object
return bool