Search Results for

    Show / Hide Table of Contents

    Interface ITestCaseData

    The ITestCaseData interface is implemented by a class that is able to return complete test cases for use by a parameterized test method.

    Inherited Members
    ITestData.TestName
    ITestData.RunState
    ITestData.Arguments
    ITestData.Properties
    Namespace: NUnit.Framework.Interfaces
    Assembly: nunit.framework.dll
    Syntax
    public interface ITestCaseData : ITestData

    Properties

    View Source

    ExpectedResult

    Gets the expected result of the test case

    Declaration
    object? ExpectedResult { get; }
    Property Value
    Type Description
    object
    View Source

    HasExpectedResult

    Returns true if an expected result has been set

    Declaration
    bool HasExpectedResult { get; }
    Property Value
    Type Description
    bool
    • 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