Rhino. Mocks. Constraints. PropertyIsRhino.Mocks.Constraints.PropertyIs |
PropertyIs| public PropertyIs( | string | propertyName, | | object | expectedValue | ) |
|
PropertyIs| public PropertyIs( | Type | declaringType, | | string | propertyName, | | object | expectedValue | ) |
|
Rhino. Mocks. Constraints. PropertyConstraintRhino.Mocks.Constraints.PropertyConstraint |
declaringType| private readonly Type declaringType |
propertyName| private readonly string propertyName |
constraint| private readonly AbstractConstraint constraint |
PropertyConstraint| public PropertyConstraint( | string | propertyName, | | AbstractConstraint | constraint | ) |
|
PropertyConstraint| public PropertyConstraint( | Type | declaringType, | | string | propertyName, | | AbstractConstraint | constraint | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. TypeOfRhino.Mocks.Constraints.TypeOf |
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints.SameRhino.Mocks.Constraints.Same |
same| private readonly object same |
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. CollectionEqualRhino.Mocks.Constraints.CollectionEqual |
collection| private ICollection collection |
CollectionEqual| public CollectionEqual( | ICollection | collection | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. OneOfRhino.Mocks.Constraints.OneOf |
collection| private ICollection collection |
OneOf| public OneOf( | ICollection | collection | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints.IsInRhino.Mocks.Constraints.IsIn |
IsIn| public IsIn( | object | inList | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints.OrRhino.Mocks.Constraints.Or |
c1| private AbstractConstraint c1 |
c2| private AbstractConstraint c2 |
Or| public Or( | AbstractConstraint | c1, | | AbstractConstraint | c2 | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints.NotRhino.Mocks.Constraints.Not |
c1| private AbstractConstraint c1 |
Not| public Not( | AbstractConstraint | c1 | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints.AndRhino.Mocks.Constraints.And |
c1| private AbstractConstraint c1 |
c2| private AbstractConstraint c2 |
And| public And( | AbstractConstraint | c1, | | AbstractConstraint | c2 | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints.LikeRhino.Mocks.Constraints.Like |
Like| public Like( | string | pattern | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. ContainsRhino.Mocks.Constraints.Contains |
innerString| private string innerString |
Contains| public Contains( | string | innerString | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. EndsWithRhino.Mocks.Constraints.EndsWith |
EndsWith| public EndsWith( | string | end | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. StartsWithRhino.Mocks.Constraints.StartsWith |
StartsWith| public StartsWith( | string | start | ) |
|
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. EqualRhino.Mocks.Constraints.Equal |
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. AnythingRhino.Mocks.Constraints.Anything |
Eval| public override bool Eval( | object | obj | ) |
|
Message| public override string Message { get } |
Rhino. Mocks. Constraints. ComparingConstraintRhino.Mocks.Constraints.ComparingConstraint |
|