public static Contains ( IEnumerable collection, Object actual ) : void | ||
collection | IEnumerable | IEnumerable of objects to be considered |
actual | Object | Object to be found within collection |
return | void |
CollectionAssert::Contains ( IEnumerable collection, Object actual, string message ) : void |