CollectionSubsetConstraint.doMatch(IEnumerable) 方法

定义

测试实际集合是否是所提供预期集合的子集。

protected override bool doMatch (System.Collections.IEnumerable actual);
override this.doMatch : System.Collections.IEnumerable -> bool

参数

actual
IEnumerable

返回

适用于