Table of Contents

Class IndexerOperator

Namespace
NUnit.Framework.Constraints
Assembly
nunit.framework.dll

Operator used to test for the presence of a Indexer on an object and optionally apply further tests to the value of that indexer.

public class IndexerOperator : PrefixOperator
Inheritance
IndexerOperator
Inherited Members

Constructors

IndexerOperator(params object[])

Constructs a IndexerOperator for a particular set of indexer parameters

public IndexerOperator(params object[] indexArgs)

Parameters

indexArgs object[]

Methods

ApplyPrefix(IConstraint)

Returns a IndexerConstraint applied to its argument.

public override IConstraint ApplyPrefix(IConstraint constraint)

Parameters

constraint IConstraint

Returns

IConstraint