示例#1
0
 public virtual bool Matches(IDictionary <string, object> actual)
 {
     return(AuthTokenUtil.Matches(Wanted, actual));
 }
示例#2
0
 public override bool Matches(object o)
 {
     return(AuthTokenUtil.Matches(ExpectedValue, o));
 }