Search Results for

    Show / Hide Table of Contents

    Class CollectionTally.CollectionTallyResult

    The result of a CollectionTally.

    Inheritance
    object
    CollectionTally.CollectionTallyResult
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public sealed class CollectionTally.CollectionTallyResult

    Constructors

    View Source

    CollectionTallyResult(List<object>, List<object>)

    Initializes a new instance of the CollectionTally.CollectionTallyResult class with the given fields.

    Declaration
    public CollectionTallyResult(List<object> missingItems, List<object> extraItems)
    Parameters
    Type Name Description
    List<object> missingItems
    List<object> extraItems

    Properties

    View Source

    ExtraItems

    Items that were not in the expected collection.

    Declaration
    public List<object> ExtraItems { get; }
    Property Value
    Type Description
    List<object>
    View Source

    MissingItems

    Items that were not accounted for in the expected collection.

    Declaration
    public List<object> MissingItems { get; }
    Property Value
    Type Description
    List<object>
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0