NUnit.Framework.AssertionHelper Members

The members of NUnit.Framework.AssertionHelper are listed below.

See Also: Inherited members from NUnit.Framework.Constraints.ConstraintFactory

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

Expect(bool)
Asserts that a condition is true. If the condition is false the method throws an NUnit.Framework.AssertionException. Works Identically to Assert.That(bool).
Expect(TestDelegate, NUnit.Framework.Constraints.IResolveConstraint)
Asserts that the code represented by a delegate throws an exception that satisfies the constraint provided.
Expect(bool, string)
Asserts that a condition is true. If the condition is false the method throws an NUnit.Framework.AssertionException. Works Identically to Assert.That(bool, string).
Expect(object, NUnit.Framework.Constraints.IResolveConstraint)
Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. Works identically to Assert.That(object, NUnit.Framework.Constraints.IResolveConstraint)
Expect(bool, string, params object[])
Asserts that a condition is true. If the condition is false the method throws an NUnit.Framework.AssertionException. Works Identically to Assert.That(bool, string, Object[]).
Expect(object, NUnit.Framework.Constraints.IResolveConstraint, string)
Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. Works identically to Assert.That(object, NUnit.Framework.Constraints.IResolveConstraint, string)
Expect(object, NUnit.Framework.Constraints.IResolveConstraint, string, params object[])
Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. Works identically to Assert.That(object, NUnit.Framework.Constraints.IResolveConstraint, string, Object[])
Expect<T>(NUnit.Framework.Constraints.ActualValueDelegate<T>, NUnit.Framework.Constraints.IResolveConstraint)
Documentation for this section has not yet been entered.
Expect<T>(ref T, NUnit.Framework.Constraints.IResolveConstraint)
Documentation for this section has not yet been entered.
static
Expect<T>(T, NUnit.Framework.Constraints.IResolveConstraint)
Documentation for this section has not yet been entered.
Expect<T>(NUnit.Framework.Constraints.ActualValueDelegate<T>, NUnit.Framework.Constraints.IResolveConstraint, string)
Documentation for this section has not yet been entered.
Expect<T>(ref T, NUnit.Framework.Constraints.IResolveConstraint, string)
Documentation for this section has not yet been entered.
static
Expect<T>(T, NUnit.Framework.Constraints.IResolveConstraint, string)
Documentation for this section has not yet been entered.
Expect<T>(NUnit.Framework.Constraints.ActualValueDelegate<T>, NUnit.Framework.Constraints.IResolveConstraint, string, params object[])
Documentation for this section has not yet been entered.
Expect<T>(ref T, NUnit.Framework.Constraints.IResolveConstraint, string, params object[])
Documentation for this section has not yet been entered.
static
Expect<T>(T, NUnit.Framework.Constraints.IResolveConstraint, string, params object[])
Documentation for this section has not yet been entered.
Map(ICollection) : ListMapper
Documentation for this section has not yet been entered.