Overload | Description |
Should(ExecutionTime) | Returns an FluentAssertions.Specialized.ExecutionTimeAssertions object that can be used to assert the current FluentAssertions.Specialized.ExecutionTime. |
Should(Assembly) | Returns an FluentAssertions.Types.AssemblyAssertions object that can be used to assert the current System.Reflection.Assembly. |
Should(XDocument) | Returns an FluentAssertions.Xml.XDocumentAssertions object that can be used to assert the current System.Xml.Linq.XElement. |
Should(XElement) | Returns an FluentAssertions.Xml.XElementAssertions object that can be used to assert the current System.Xml.Linq.XElement. |
Should(XAttribute) | Returns an FluentAssertions.Xml.XAttributeAssertions object that can be used to assert the current System.Xml.Linq.XAttribute. |
Should(Stream) | Returns an FluentAssertions.Streams.StreamAssertions object that can be used to assert the current System.IO.Stream. |
Should(BufferedStream) | Returns an FluentAssertions.Streams.BufferedStreamAssertions object that can be used to assert the current System.IO.BufferedStream. |
Should(Object) | Returns an FluentAssertions.Primitives.ObjectAssertions object that can be used to assert the current System.Object. |
Should(Boolean) | Returns an FluentAssertions.Primitives.BooleanAssertions object that can be used to assert the current System.Boolean. |
Should(Nullable<Boolean>) | Returns an FluentAssertions.Primitives.NullableBooleanAssertions object that can be used to assert the current nullable System.Boolean. |
Should(Guid) | Returns an FluentAssertions.Primitives.GuidAssertions object that can be used to assert the current System.Guid. |
Should(Nullable<Guid>) | Returns an FluentAssertions.Primitives.NullableGuidAssertions object that can be used to assert the current nullable System.Guid. |
Should<T>(IEnumerable<T>) | Returns an FluentAssertions.Collections.GenericCollectionAssertions<T> object that can be used to assert the current IEnumerable. |
Should(IEnumerable<String>) | Returns an FluentAssertions.Collections.StringCollectionAssertions object that can be used to assert the current IEnumerable. |
Should<TKey,TValue>(IDictionary<TKey,TValue>) | Returns an FluentAssertions.Collections.GenericDictionaryAssertions<TCollection,TKey,TValue> object that can be used to assert the current IDictionary. |
Should<TKey,TValue>(IEnumerable<KeyValuePair<TKey,TValue>>) | Returns an FluentAssertions.Collections.GenericDictionaryAssertions<TCollection,TKey,TValue> object that can be used to assert the current IEnumerable of KeyValuePair. |
Should<TCollection,TKey,TValue>(TCollection) | Returns an FluentAssertions.Collections.GenericDictionaryAssertions<TCollection,TKey,TValue> object that can be used to assert the current . |
Should(DateTime) | Returns an FluentAssertions.Primitives.DateTimeAssertions object that can be used to assert the current System.DateTime. |
Should(DateTimeOffset) | Returns an FluentAssertions.Primitives.DateTimeOffsetAssertions object that can be used to assert the current System.DateTimeOffset. |
Should(Nullable<DateTime>) | Returns an FluentAssertions.Primitives.NullableDateTimeAssertions object that can be used to assert the current nullable System.DateTime. |
Should(Nullable<DateTimeOffset>) | Returns an FluentAssertions.Primitives.NullableDateTimeOffsetAssertions object that can be used to assert the current nullable System.DateTimeOffset. |
Should(DateOnly) | Returns an FluentAssertions.Primitives.DateOnlyAssertions object that can be used to assert the current System.DateOnly. |
Should(Nullable<DateOnly>) | Returns an FluentAssertions.Primitives.NullableDateOnlyAssertions object that can be used to assert the current nullable System.DateOnly. |
Should(TimeOnly) | Returns an FluentAssertions.Primitives.TimeOnlyAssertions object that can be used to assert the current System.TimeOnly. |
Should(Nullable<TimeOnly>) | Returns an FluentAssertions.Primitives.NullableTimeOnlyAssertions object that can be used to assert the current nullable System.TimeOnly. |
Should<T>(IComparable<T>) | Returns an FluentAssertions.Numeric.ComparableTypeAssertions<T> object that can be used to assert the current IComparable. |
Should(Int32) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Int32. |
Should(Nullable<Int32>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Int32. |
Should(UInt32) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.UInt32. |
Should(Nullable<UInt32>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.UInt32. |
Should(Decimal) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Decimal. |
Should(Nullable<Decimal>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Decimal. |
Should(Byte) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Byte. |
Should(Nullable<Byte>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Byte. |
Should(SByte) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.SByte. |
Should(Nullable<SByte>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.SByte. |
Should(Int16) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Int16. |
Should(Nullable<Int16>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Int16. |
Should(UInt16) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.UInt16. |
Should(Nullable<UInt16>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.UInt16. |
Should(Int64) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Int64. |
Should(Nullable<Int64>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Int64. |
Should(UInt64) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.UInt64. |
Should(Nullable<UInt64>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.UInt64. |
Should(Single) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Single. |
Should(Nullable<Single>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Single. |
Should(Double) | Returns an FluentAssertions.Numeric.NumericAssertions<T> object that can be used to assert the current System.Double. |
Should(Nullable<Double>) | Returns an FluentAssertions.Numeric.NullableNumericAssertions<T> object that can be used to assert the current nullable System.Double. |
Should(String) | Returns an FluentAssertions.Primitives.StringAssertions object that can be used to assert the current System.String. |
Should(TimeSpan) | Returns an FluentAssertions.Primitives.SimpleTimeSpanAssertions object that can be used to assert the current System.TimeSpan. |
Should(Nullable<TimeSpan>) | Returns an FluentAssertions.Primitives.NullableSimpleTimeSpanAssertions object that can be used to assert the current nullable System.TimeSpan. |
Should(Type) | Returns a FluentAssertions.Types.TypeAssertions object that can be used to assert the current System.Type. |
Should(TypeSelector) | Returns a FluentAssertions.Types.TypeAssertions object that can be used to assert the current System.Type. |
Should(ConstructorInfo) | Returns a FluentAssertions.Types.MethodBaseAssertions<TSubject,TAssertions> object that can be used to assert the current System.Reflection.MethodInfo. |
Should(MethodInfo) | Returns a FluentAssertions.Types.MethodInfoAssertions object that can be used to assert the current System.Reflection.MethodInfo. |
Should(MethodInfoSelector) | Returns a FluentAssertions.Types.MethodInfoSelectorAssertions object that can be used to assert the methods returned by the current FluentAssertions.Types.MethodInfoSelector. |
Should(PropertyInfo) | Returns a FluentAssertions.Types.PropertyInfoAssertions object that can be used to assert the current FluentAssertions.Types.PropertyInfoSelector. |
Should(PropertyInfoSelector) | Returns a FluentAssertions.Types.PropertyInfoSelectorAssertions object that can be used to assert the properties returned by the current FluentAssertions.Types.PropertyInfoSelector. |
Should(Action) | Returns a FluentAssertions.Specialized.ActionAssertions object that can be used to assert the current System.Action. |
Should(Func<Task>) | Returns a FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions object that can be used to assert the current Func. |
Should<T>(Func<Task<T>>) | Returns a FluentAssertions.Specialized.GenericAsyncFunctionAssertions<TResult> object that can be used to assert the current System.Func{Task{T}}. |
Should<T>(Func<T>) | Returns a FluentAssertions.Specialized.FunctionAssertions<T> object that can be used to assert the current Func. |
Should<T>(TaskCompletionSource<T>) | Returns a FluentAssertions.Specialized.TaskCompletionSourceAssertions<T> object that can be used to assert the current TaskCompletionSource. |
Should(TaskCompletionSource) | Returns a FluentAssertions.Specialized.TaskCompletionSourceAssertions object that can be used to assert the current System.Threading.Tasks.TaskCompletionSource. |
Should<TSubject,TAssertions>(ReferenceTypeAssertions<TSubject,TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(BooleanAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(DateTimeAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(DateTimeOffsetAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(DateOnlyAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(TimeOnlyAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should(ExecutionTimeAssertions) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(GuidAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should(MethodInfoSelectorAssertions) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TSubject,TAssertions>(NumericAssertionsBase<TSubject,TSubject,TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should(PropertyInfoSelectorAssertions) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(SimpleTimeSpanAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should(TaskCompletionSourceAssertionsBase) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should(TypeSelectorAssertions) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TEnum,TAssertions>(EnumAssertions<TEnum,TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(DateTimeRangeAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |
Should<TAssertions>(DateTimeOffsetRangeAssertions<TAssertions>) | You are asserting the AndConstraint<TParent> itself. Remove the Should() method directly following And . |