CollectionTally.

CollectionTally.CollectionTallyResult Class

Summary

The result of a CollectionTally.
Namespace
TCLite.Constraints
Base Types
  • object
graph BT Type-->Base0["object"] Type["CollectionTally.CollectionTallyResult"] class Type type-node

Syntax

public sealed class CollectionTally.CollectionTallyResult

Constructors

Name Summary
CollectionTallyResult(List<object>, List<object>) Initializes a new instance of the CollectionTally.CollectionTallyResult class with the given fields.

Properties

Name Value Summary
ExtraItems List<object>
Items that were not in the expected collection.
MissingItems List<object>
Items that were not accounted for in the expected collection.