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