The methods of NUnit.Framework.Assume are listed below. For a list of all members, see the Assume Members list.
See Also: Inherited members from System.Object
static | Equals(object, object)The Equals method throws an AssertionException. This is done to make sure there is no mistake by calling this function. | |
static | ReferenceEquals(object, object)override the default ReferenceEquals to throw an AssertionException. This implementation makes sure there is no mistake in calling this function as part of Assert. | |
static | That(bool)Asserts that a condition is true. If the condition is false the method throws an NUnit.Framework.InconclusiveException. | |
static | That(bool, string)Asserts that a condition is true. If the condition is false the method throws an NUnit.Framework.InconclusiveException. | |
static | That(object, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. | |
static | That(Xamarin.iOS.dll=NUnit.Framework.TestDelegate, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Asserts that the code represented by a delegate throws an exception that satisfies the constraint provided. | |
static | That(bool, string, params object[])Asserts that a condition is true. If the condition is false the method throws an NUnit.Framework.InconclusiveException. | |
static | That(object, string, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. | |
static | That(object, string, params object[], Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. | |
static | That<T>(ref T, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. | |
static | That<T>(Xamarin.iOS.dll=NUnit.Framework.Constraints.ActualValueDelegate<T>, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Documentation for this section has not yet been entered. | |
static | That<T>(string, Xamarin.iOS.dll=NUnit.Framework.Constraints.ActualValueDelegate<T>, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Documentation for this section has not yet been entered. | |
static | That<T>(ref T, string, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. | |
static | That<T>(string, params object[], Xamarin.iOS.dll=NUnit.Framework.Constraints.ActualValueDelegate<T>, Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Documentation for this section has not yet been entered. | |
static | That<T>(ref T, string, params object[], Xamarin.iOS.dll=NUnit.Framework.Constraints.IResolveConstraint)Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. | |