C# Class NUnit.Framework.Constraints.PrefixConstraint

Abstract base class used for prefixes
Inheritance: NUnit.Framework.Constraints.Constraint
Mostra file Open project: nunit/nunit

Protected Methods

Method Description
PrefixConstraint ( IResolveConstraint baseConstraint )

Construct given a base constraint

Private Methods

Method Description
FormatDescription ( string descriptionPrefix, IConstraint baseConstraint ) : string

Formats a prefix constraint's description.

Method Details

PrefixConstraint() protected method

Construct given a base constraint
protected PrefixConstraint ( IResolveConstraint baseConstraint )
baseConstraint IResolveConstraint