xUnit.net
Xunit.Assert Member List

This is the complete list of members for Xunit.Assert, including all inherited members.

All< T >(IEnumerable< T > collection, Action< T > action)Xunit.Assertinlinestatic
Assert()Xunit.Assertinlineprotected
Collection< T >(IEnumerable< T > collection, params Action< T >[] elementInspectors)Xunit.Assertinlinestatic
Contains(string expectedSubstring, string actualString)Xunit.Assertinlinestatic
Contains(string expectedSubstring, string actualString, StringComparison comparisonType)Xunit.Assertinlinestatic
Contains< T >(T expected, IEnumerable< T > collection)Xunit.Assertinlinestatic
Contains< T >(T expected, IEnumerable< T > collection, IEqualityComparer< T > comparer)Xunit.Assertinlinestatic
Contains< T >(IEnumerable< T > collection, Predicate< T > filter)Xunit.Assertinlinestatic
Contains< TKey, TValue >(TKey expected, IReadOnlyDictionary< TKey, TValue > collection)Xunit.Assertinlinestatic
Contains< TKey, TValue >(TKey expected, IDictionary< TKey, TValue > collection)Xunit.Assertinlinestatic
DoesNotContain(string expectedSubstring, string actualString)Xunit.Assertinlinestatic
DoesNotContain(string expectedSubstring, string actualString, StringComparison comparisonType)Xunit.Assertinlinestatic
DoesNotContain< T >(T expected, IEnumerable< T > collection)Xunit.Assertinlinestatic
DoesNotContain< T >(T expected, IEnumerable< T > collection, IEqualityComparer< T > comparer)Xunit.Assertinlinestatic
DoesNotContain< T >(IEnumerable< T > collection, Predicate< T > filter)Xunit.Assertinlinestatic
DoesNotContain< TKey, TValue >(TKey expected, IReadOnlyDictionary< TKey, TValue > collection)Xunit.Assertinlinestatic
DoesNotContain< TKey, TValue >(TKey expected, IDictionary< TKey, TValue > collection)Xunit.Assertinlinestatic
DoesNotMatch(string expectedRegexPattern, string actualString)Xunit.Assertinlinestatic
DoesNotMatch(Regex expectedRegex, string actualString)Xunit.Assertinlinestatic
Empty(IEnumerable collection)Xunit.Assertinlinestatic
EndsWith(string expectedEndString, string actualString)Xunit.Assertinlinestatic
EndsWith(string expectedEndString, string actualString, StringComparison comparisonType)Xunit.Assertinlinestatic
Equal(double expected, double actual, int precision)Xunit.Assertinlinestatic
Equal(decimal expected, decimal actual, int precision)Xunit.Assertinlinestatic
Equal(DateTime expected, DateTime actual, TimeSpan precision)Xunit.Assertinlinestatic
Equal(string expected, string actual)Xunit.Assertinlinestatic
Equal(string expected, string actual, bool ignoreCase=false, bool ignoreLineEndingDifferences=false, bool ignoreWhiteSpaceDifferences=false)Xunit.Assertinlinestatic
Equal< T >(IEnumerable< T > expected, IEnumerable< T > actual)Xunit.Assertinlinestatic
Equal< T >(IEnumerable< T > expected, IEnumerable< T > actual, IEqualityComparer< T > comparer)Xunit.Assertinlinestatic
Equal< T >(T expected, T actual)Xunit.Assertinlinestatic
Equal< T >(T expected, T actual, IEqualityComparer< T > comparer)Xunit.Assertinlinestatic
Equals(object a, object b)Xunit.Assertinlinestatic
False(bool condition)Xunit.Assertinlinestatic
False(bool? condition)Xunit.Assertinlinestatic
False(bool condition, string userMessage)Xunit.Assertinlinestatic
False(bool? condition, string userMessage)Xunit.Assertinlinestatic
InRange< T >(T actual, T low, T high)Xunit.Assertinlinestatic
InRange< T >(T actual, T low, T high, IComparer< T > comparer)Xunit.Assertinlinestatic
IsAssignableFrom(Type expectedType, object @object)Xunit.Assertinlinestatic
IsAssignableFrom< T >(object @object)Xunit.Assertinlinestatic
IsNotType(Type expectedType, object @object)Xunit.Assertinlinestatic
IsNotType< T >(object @object)Xunit.Assertinlinestatic
IsType(Type expectedType, object @object)Xunit.Assertinlinestatic
IsType< T >(object @object)Xunit.Assertinlinestatic
Matches(string expectedRegexPattern, string actualString)Xunit.Assertinlinestatic
Matches(Regex expectedRegex, string actualString)Xunit.Assertinlinestatic
NotEmpty(IEnumerable collection)Xunit.Assertinlinestatic
NotEqual(double expected, double actual, int precision)Xunit.Assertinlinestatic
NotEqual(decimal expected, decimal actual, int precision)Xunit.Assertinlinestatic
NotEqual< T >(IEnumerable< T > expected, IEnumerable< T > actual)Xunit.Assertinlinestatic
NotEqual< T >(IEnumerable< T > expected, IEnumerable< T > actual, IEqualityComparer< T > comparer)Xunit.Assertinlinestatic
NotEqual< T >(T expected, T actual)Xunit.Assertinlinestatic
NotEqual< T >(T expected, T actual, IEqualityComparer< T > comparer)Xunit.Assertinlinestatic
NotInRange< T >(T actual, T low, T high)Xunit.Assertinlinestatic
NotInRange< T >(T actual, T low, T high, IComparer< T > comparer)Xunit.Assertinlinestatic
NotNull(object @object)Xunit.Assertinlinestatic
NotSame(object expected, object actual)Xunit.Assertinlinestatic
NotStrictEqual< T >(T expected, T actual)Xunit.Assertinlinestatic
Null(object @object)Xunit.Assertinlinestatic
ProperSubset< T >(ISet< T > expectedSuperset, ISet< T > actual)Xunit.Assertinlinestatic
ProperSuperset< T >(ISet< T > expectedSubset, ISet< T > actual)Xunit.Assertinlinestatic
PropertyChanged(INotifyPropertyChanged @object, string propertyName, Action testCode)Xunit.Assertinlinestatic
PropertyChanged(INotifyPropertyChanged @object, string propertyName, Func< Task > testCode)Xunit.Assertinlinestatic
PropertyChangedAsync(INotifyPropertyChanged @object, string propertyName, Func< Task > testCode)Xunit.Assertinlinestatic
Raises< T >(Action< EventHandler< T >> attach, Action< EventHandler< T >> detach, Action testCode)Xunit.Assertinlinestatic
RaisesAny< T >(Action< EventHandler< T >> attach, Action< EventHandler< T >> detach, Action testCode)Xunit.Assertinlinestatic
RaisesAnyAsync< T >(Action< EventHandler< T >> attach, Action< EventHandler< T >> detach, Func< Task > testCode)Xunit.Assertinlinestatic
RaisesAsync< T >(Action< EventHandler< T >> attach, Action< EventHandler< T >> detach, Func< Task > testCode)Xunit.Assertinlinestatic
RecordException(Action testCode)Xunit.Assertinlineprotectedstatic
RecordException(Func< object > testCode)Xunit.Assertinlineprotectedstatic
RecordException(Func< Task > testCode)Xunit.Assertinlineprotectedstatic
RecordExceptionAsync(Func< Task > testCode)Xunit.Assertinlineprotectedstatic
ReferenceEquals(object a, object b)Xunit.Assertinlinestatic
Same(object expected, object actual)Xunit.Assertinlinestatic
Single(IEnumerable collection)Xunit.Assertinlinestatic
Single(IEnumerable collection, object expected)Xunit.Assertinlinestatic
Single< T >(IEnumerable< T > collection)Xunit.Assertinlinestatic
Single< T >(IEnumerable< T > collection, Predicate< T > predicate)Xunit.Assertinlinestatic
StartsWith(string expectedStartString, string actualString)Xunit.Assertinlinestatic
StartsWith(string expectedStartString, string actualString, StringComparison comparisonType)Xunit.Assertinlinestatic
StrictEqual< T >(T expected, T actual)Xunit.Assertinlinestatic
Subset< T >(ISet< T > expectedSuperset, ISet< T > actual)Xunit.Assertinlinestatic
Superset< T >(ISet< T > expectedSubset, ISet< T > actual)Xunit.Assertinlinestatic
Throws(Type exceptionType, Action testCode)Xunit.Assertinlinestatic
Throws(Type exceptionType, Func< object > testCode)Xunit.Assertinlinestatic
Throws< T >(Action testCode)Xunit.Assertinlinestatic
Throws< T >(Func< object > testCode)Xunit.Assertinlinestatic
Throws< T >(Func< Task > testCode)Xunit.Assertinlinestatic
Throws< T >(string paramName, Action testCode)Xunit.Assertinlinestatic
Throws< T >(string paramName, Func< object > testCode)Xunit.Assertinlinestatic
Throws< T >(string paramName, Func< Task > testCode)Xunit.Assertinlinestatic
ThrowsAny< T >(Action testCode)Xunit.Assertinlinestatic
ThrowsAny< T >(Func< object > testCode)Xunit.Assertinlinestatic
ThrowsAnyAsync< T >(Func< Task > testCode)Xunit.Assertinlinestatic
ThrowsAsync(Type exceptionType, Func< Task > testCode)Xunit.Assertinlinestatic
ThrowsAsync< T >(Func< Task > testCode)Xunit.Assertinlinestatic
ThrowsAsync< T >(string paramName, Func< Task > testCode)Xunit.Assertinlinestatic
True(bool condition)Xunit.Assertinlinestatic
True(bool? condition)Xunit.Assertinlinestatic
True(bool condition, string userMessage)Xunit.Assertinlinestatic
True(bool? condition, string userMessage)Xunit.Assertinlinestatic