| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>xunit.assert</name>
- </assembly>
- <members>
- <member name="T:Xunit.Assert">
- <summary>
- Contains various static methods that are used to verify that conditions are met during the
- process of running tests.
- </summary>
- </member>
- <member name="M:Xunit.Assert.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Assert"/> class.
- </summary>
- </member>
- <member name="M:Xunit.Assert.Equals(System.Object,System.Object)">
- <summary>Do not call this method.</summary>
- </member>
- <member name="M:Xunit.Assert.ReferenceEquals(System.Object,System.Object)">
- <summary>Do not call this method.</summary>
- </member>
- <member name="M:Xunit.Assert.False(System.Boolean)">
- <summary>
- Verifies that the condition is false.
- </summary>
- <param name="condition">The condition to be tested</param>
- <exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
- </member>
- <member name="M:Xunit.Assert.False(System.Nullable{System.Boolean})">
- <summary>
- Verifies that the condition is false.
- </summary>
- <param name="condition">The condition to be tested</param>
- <exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
- </member>
- <member name="M:Xunit.Assert.False(System.Boolean,System.String)">
- <summary>
- Verifies that the condition is false.
- </summary>
- <param name="condition">The condition to be tested</param>
- <param name="userMessage">The message to show when the condition is not false</param>
- <exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
- </member>
- <member name="M:Xunit.Assert.False(System.Nullable{System.Boolean},System.String)">
- <summary>
- Verifies that the condition is false.
- </summary>
- <param name="condition">The condition to be tested</param>
- <param name="userMessage">The message to show when the condition is not false</param>
- <exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
- </member>
- <member name="M:Xunit.Assert.True(System.Boolean)">
- <summary>
- Verifies that an expression is true.
- </summary>
- <param name="condition">The condition to be inspected</param>
- <exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
- </member>
- <member name="M:Xunit.Assert.True(System.Nullable{System.Boolean})">
- <summary>
- Verifies that an expression is true.
- </summary>
- <param name="condition">The condition to be inspected</param>
- <exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
- </member>
- <member name="M:Xunit.Assert.True(System.Boolean,System.String)">
- <summary>
- Verifies that an expression is true.
- </summary>
- <param name="condition">The condition to be inspected</param>
- <param name="userMessage">The message to be shown when the condition is false</param>
- <exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
- </member>
- <member name="M:Xunit.Assert.True(System.Nullable{System.Boolean},System.String)">
- <summary>
- Verifies that an expression is true.
- </summary>
- <param name="condition">The condition to be inspected</param>
- <param name="userMessage">The message to be shown when the condition is false</param>
- <exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
- </member>
- <member name="M:Xunit.Assert.All``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
- <summary>
- Verifies that all items in the collection pass when executed against
- action.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="collection">The collection</param>
- <param name="action">The action to test each item against</param>
- <exception cref="T:Xunit.Sdk.AllException">Thrown when the collection contains at least one non-matching element</exception>
- </member>
- <member name="M:Xunit.Assert.Collection``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}[])">
- <summary>
- Verifies that a collection contains exactly a given number of elements, which meet
- the criteria provided by the element inspectors.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="collection">The collection to be inspected</param>
- <param name="elementInspectors">The element inspectors, which inspect each element in turn. The
- total number of element inspectors must exactly match the number of elements in the collection.</param>
- </member>
- <member name="M:Xunit.Assert.Contains``1(``0,System.Collections.Generic.IEnumerable{``0})">
- <summary>
- Verifies that a collection contains a given object.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="expected">The object expected to be in the collection</param>
- <param name="collection">The collection to be inspected</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.Contains``1(``0,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
- <summary>
- Verifies that a collection contains a given object, using an equality comparer.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="expected">The object expected to be in the collection</param>
- <param name="collection">The collection to be inspected</param>
- <param name="comparer">The comparer used to equate objects in the collection with the expected object</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.Contains``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0})">
- <summary>
- Verifies that a collection contains a given object.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="collection">The collection to be inspected</param>
- <param name="filter">The filter used to find the item you're ensuring the collection contains</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.Contains``2(``0,System.Collections.Generic.IReadOnlyDictionary{``0,``1})">
- <summary>
- Verifies that a dictionary contains a given key.
- </summary>
- <typeparam name="TKey">The type of the keys of the object to be verified.</typeparam>
- <typeparam name="TValue">The type of the values of the object to be verified.</typeparam>
- <param name="expected">The object expected to be in the collection.</param>
- <param name="collection">The collection to be inspected.</param>
- <returns>The value associated with <paramref name="expected"/>.</returns>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.Contains``2(``0,System.Collections.Generic.IDictionary{``0,``1})">
- <summary>
- Verifies that a dictionary contains a given key.
- </summary>
- <typeparam name="TKey">The type of the keys of the object to be verified.</typeparam>
- <typeparam name="TValue">The type of the values of the object to be verified.</typeparam>
- <param name="expected">The object expected to be in the collection.</param>
- <param name="collection">The collection to be inspected.</param>
- <returns>The value associated with <paramref name="expected"/>.</returns>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain``1(``0,System.Collections.Generic.IEnumerable{``0})">
- <summary>
- Verifies that a collection does not contain a given object.
- </summary>
- <typeparam name="T">The type of the object to be compared</typeparam>
- <param name="expected">The object that is expected not to be in the collection</param>
- <param name="collection">The collection to be inspected</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain``1(``0,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
- <summary>
- Verifies that a collection does not contain a given object, using an equality comparer.
- </summary>
- <typeparam name="T">The type of the object to be compared</typeparam>
- <param name="expected">The object that is expected not to be in the collection</param>
- <param name="collection">The collection to be inspected</param>
- <param name="comparer">The comparer used to equate objects in the collection with the expected object</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0})">
- <summary>
- Verifies that a collection does not contain a given object.
- </summary>
- <typeparam name="T">The type of the object to be compared</typeparam>
- <param name="collection">The collection to be inspected</param>
- <param name="filter">The filter used to find the item you're ensuring the collection does not contain</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain``2(``0,System.Collections.Generic.IReadOnlyDictionary{``0,``1})">
- <summary>
- Verifies that a dictionary does not contain a given key.
- </summary>
- <typeparam name="TKey">The type of the keys of the object to be verified.</typeparam>
- <typeparam name="TValue">The type of the values of the object to be verified.</typeparam>
- <param name="expected">The object expected to be in the collection.</param>
- <param name="collection">The collection to be inspected.</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain``2(``0,System.Collections.Generic.IDictionary{``0,``1})">
- <summary>
- Verifies that a dictionary does not contain a given key.
- </summary>
- <typeparam name="TKey">The type of the keys of the object to be verified.</typeparam>
- <typeparam name="TValue">The type of the values of the object to be verified.</typeparam>
- <param name="expected">The object expected to be in the collection.</param>
- <param name="collection">The collection to be inspected.</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present in the collection</exception>
- </member>
- <member name="M:Xunit.Assert.Empty(System.Collections.IEnumerable)">
- <summary>
- Verifies that a collection is empty.
- </summary>
- <param name="collection">The collection to be inspected</param>
- <exception cref="T:System.ArgumentNullException">Thrown when the collection is null</exception>
- <exception cref="T:Xunit.Sdk.EmptyException">Thrown when the collection is not empty</exception>
- </member>
- <member name="M:Xunit.Assert.Equal``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
- <summary>
- Verifies that two sequences are equivalent, using a default comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.Equal``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
- <summary>
- Verifies that two sequences are equivalent, using a custom equatable comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="comparer">The comparer used to compare the two objects</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotEmpty(System.Collections.IEnumerable)">
- <summary>
- Verifies that a collection is not empty.
- </summary>
- <param name="collection">The collection to be inspected</param>
- <exception cref="T:System.ArgumentNullException">Thrown when a null collection is passed</exception>
- <exception cref="T:Xunit.Sdk.NotEmptyException">Thrown when the collection is empty</exception>
- </member>
- <member name="M:Xunit.Assert.NotEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
- <summary>
- Verifies that two sequences are not equivalent, using a default comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected object</param>
- <param name="actual">The actual object</param>
- <exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
- <summary>
- Verifies that two sequences are not equivalent, using a custom equality comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected object</param>
- <param name="actual">The actual object</param>
- <param name="comparer">The comparer used to compare the two objects</param>
- <exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
- </member>
- <member name="M:Xunit.Assert.Single(System.Collections.IEnumerable)">
- <summary>
- Verifies that the given collection contains only a single
- element of the given type.
- </summary>
- <param name="collection">The collection.</param>
- <returns>The single item in the collection.</returns>
- <exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
- exactly one element.</exception>
- </member>
- <member name="M:Xunit.Assert.Single(System.Collections.IEnumerable,System.Object)">
- <summary>
- Verifies that the given collection contains only a single
- element of the given value. The collection may or may not
- contain other values.
- </summary>
- <param name="collection">The collection.</param>
- <param name="expected">The value to find in the collection.</param>
- <returns>The single item in the collection.</returns>
- <exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
- exactly one element.</exception>
- </member>
- <member name="M:Xunit.Assert.Single``1(System.Collections.Generic.IEnumerable{``0})">
- <summary>
- Verifies that the given collection contains only a single
- element of the given type.
- </summary>
- <typeparam name="T">The collection type.</typeparam>
- <param name="collection">The collection.</param>
- <returns>The single item in the collection.</returns>
- <exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
- exactly one element.</exception>
- </member>
- <member name="M:Xunit.Assert.Single``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0})">
- <summary>
- Verifies that the given collection contains only a single
- element of the given type which matches the given predicate. The
- collection may or may not contain other values which do not
- match the given predicate.
- </summary>
- <typeparam name="T">The collection type.</typeparam>
- <param name="collection">The collection.</param>
- <param name="predicate">The item matching predicate.</param>
- <returns>The single item in the filtered collection.</returns>
- <exception cref="T:Xunit.Sdk.SingleException">Thrown when the filtered collection does
- not contain exactly one element.</exception>
- </member>
- <member name="M:Xunit.Assert.Equal``1(``0,``0)">
- <summary>
- Verifies that two objects are equal, using a default comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.Equal``1(``0,``0,System.Collections.Generic.IEqualityComparer{``0})">
- <summary>
- Verifies that two objects are equal, using a custom equatable comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="comparer">The comparer used to compare the two objects</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.Equal(System.Double,System.Double,System.Int32)">
- <summary>
- Verifies that two <see cref="T:System.Double"/> values are equal, within the number of decimal
- places given by <paramref name="precision"/>. The values are rounded before comparison.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="precision">The number of decimal places (valid values: 0-15)</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.Equal(System.Decimal,System.Decimal,System.Int32)">
- <summary>
- Verifies that two <see cref="T:System.Decimal"/> values are equal, within the number of decimal
- places given by <paramref name="precision"/>. The values are rounded before comparison.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="precision">The number of decimal places (valid values: 0-28)</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.Equal(System.DateTime,System.DateTime,System.TimeSpan)">
- <summary>
- Verifies that two <see cref="T:System.DateTime"/> values are equal, within the precision
- given by <paramref name="precision"/>.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="precision">The allowed difference in time where the two dates are considered equal</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.StrictEqual``1(``0,``0)">
- <summary>
- Verifies that two objects are strictly equal, using the type's default comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotEqual``1(``0,``0)">
- <summary>
- Verifies that two objects are not equal, using a default comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected object</param>
- <param name="actual">The actual object</param>
- <exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotEqual``1(``0,``0,System.Collections.Generic.IEqualityComparer{``0})">
- <summary>
- Verifies that two objects are not equal, using a custom equality comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected object</param>
- <param name="actual">The actual object</param>
- <param name="comparer">The comparer used to examine the objects</param>
- <exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotEqual(System.Double,System.Double,System.Int32)">
- <summary>
- Verifies that two <see cref="T:System.Double"/> values are not equal, within the number of decimal
- places given by <paramref name="precision"/>.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="precision">The number of decimal places (valid values: 0-15)</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotEqual(System.Decimal,System.Decimal,System.Int32)">
- <summary>
- Verifies that two <see cref="T:System.Decimal"/> values are not equal, within the number of decimal
- places given by <paramref name="precision"/>.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The value to be compared against</param>
- <param name="precision">The number of decimal places (valid values: 0-28)</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are equal</exception>
- </member>
- <member name="M:Xunit.Assert.NotStrictEqual``1(``0,``0)">
- <summary>
- Verifies that two objects are strictly not equal, using the type's default comparer.
- </summary>
- <typeparam name="T">The type of the objects to be compared</typeparam>
- <param name="expected">The expected object</param>
- <param name="actual">The actual object</param>
- <exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
- </member>
- <member name="M:Xunit.Assert.Raises``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Action)">
- <summary>
- Verifies that a event with the exact event args is raised.
- </summary>
- <typeparam name="T">The type of the event arguments to expect</typeparam>
- <param name="attach">Code to attach the event handler</param>
- <param name="detach">Code to detach the event handler</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The event sender and arguments wrapped in an object</returns>
- <exception cref="T:Xunit.Sdk.RaisesException">Thrown when the expected event was not raised.</exception>
- </member>
- <member name="M:Xunit.Assert.RaisesAny``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Action)">
- <summary>
- Verifies that an event with the exact or a derived event args is raised.
- </summary>
- <typeparam name="T">The type of the event arguments to expect</typeparam>
- <param name="attach">Code to attach the event handler</param>
- <param name="detach">Code to detach the event handler</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The event sender and arguments wrapped in an object</returns>
- <exception cref="T:Xunit.Sdk.RaisesException">Thrown when the expected event was not raised.</exception>
- </member>
- <member name="M:Xunit.Assert.RaisesAsync``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that a event with the exact event args (and not a derived type) is raised.
- </summary>
- <typeparam name="T">The type of the event arguments to expect</typeparam>
- <param name="attach">Code to attach the event handler</param>
- <param name="detach">Code to detach the event handler</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The event sender and arguments wrapped in an object</returns>
- <exception cref="T:Xunit.Sdk.RaisesException">Thrown when the expected event was not raised.</exception>
- </member>
- <member name="M:Xunit.Assert.RaisesAnyAsync``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that an event with the exact or a derived event args is raised.
- </summary>
- <typeparam name="T">The type of the event arguments to expect</typeparam>
- <param name="attach">Code to attach the event handler</param>
- <param name="detach">Code to detach the event handler</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The event sender and arguments wrapped in an object</returns>
- <exception cref="T:Xunit.Sdk.RaisesException">Thrown when the expected event was not raised.</exception>
- </member>
- <member name="T:Xunit.Assert.RaisedEvent`1">
- <summary>
- Represents a raised event after the fact.
- </summary>
- <typeparam name="T">The type of the event arguments.</typeparam>
- </member>
- <member name="P:Xunit.Assert.RaisedEvent`1.Sender">
- <summary>
- The sender of the event.
- </summary>
- </member>
- <member name="P:Xunit.Assert.RaisedEvent`1.Arguments">
- <summary>
- The event arguments.
- </summary>
- </member>
- <member name="M:Xunit.Assert.RaisedEvent`1.#ctor(System.Object,`0)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Assert.RaisedEvent`1" /> class.
- </summary>
- <param name="sender">The sender of the event.</param>
- <param name="args">The event arguments</param>
- </member>
- <member name="M:Xunit.Assert.Throws``1(System.Action)">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type).
- </summary>
- <typeparam name="T">The type of the exception expected to be thrown</typeparam>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws``1(System.Func{System.Object})">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type).
- Generally used to test property accessors.
- </summary>
- <typeparam name="T">The type of the exception expected to be thrown</typeparam>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws``1(System.Func{System.Threading.Tasks.Task})">
- <summary/>
- </member>
- <member name="M:Xunit.Assert.ThrowsAsync``1(System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type).
- </summary>
- <typeparam name="T">The type of the exception expected to be thrown</typeparam>
- <param name="testCode">A delegate to the task to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.ThrowsAny``1(System.Action)">
- <summary>
- Verifies that the exact exception or a derived exception type is thrown.
- </summary>
- <typeparam name="T">The type of the exception expected to be thrown</typeparam>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.ThrowsAny``1(System.Func{System.Object})">
- <summary>
- Verifies that the exact exception or a derived exception type is thrown.
- Generally used to test property accessors.
- </summary>
- <typeparam name="T">The type of the exception expected to be thrown</typeparam>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.ThrowsAnyAsync``1(System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that the exact exception or a derived exception type is thrown.
- </summary>
- <typeparam name="T">The type of the exception expected to be thrown</typeparam>
- <param name="testCode">A delegate to the task to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws(System.Type,System.Action)">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type).
- </summary>
- <param name="exceptionType">The type of the exception expected to be thrown</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws(System.Type,System.Func{System.Object})">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type).
- Generally used to test property accessors.
- </summary>
- <param name="exceptionType">The type of the exception expected to be thrown</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.ThrowsAsync(System.Type,System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type).
- </summary>
- <param name="exceptionType">The type of the exception expected to be thrown</param>
- <param name="testCode">A delegate to the task to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws``1(System.String,System.Action)">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type), where the exception
- derives from <see cref="T:System.ArgumentException"/> and has the given parameter name.
- </summary>
- <param name="paramName">The parameter name that is expected to be in the exception</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws``1(System.String,System.Func{System.Object})">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type), where the exception
- derives from <see cref="T:System.ArgumentException"/> and has the given parameter name.
- </summary>
- <param name="paramName">The parameter name that is expected to be in the exception</param>
- <param name="testCode">A delegate to the code to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.Throws``1(System.String,System.Func{System.Threading.Tasks.Task})">
- <summary/>
- </member>
- <member name="M:Xunit.Assert.ThrowsAsync``1(System.String,System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that the exact exception is thrown (and not a derived exception type), where the exception
- derives from <see cref="T:System.ArgumentException"/> and has the given parameter name.
- </summary>
- <param name="paramName">The parameter name that is expected to be in the exception</param>
- <param name="testCode">A delegate to the task to be tested</param>
- <returns>The exception that was thrown, when successful</returns>
- <exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
- </member>
- <member name="M:Xunit.Assert.GuardArgumentNotNull(System.String,System.Object)">
- <summary/>
- </member>
- <member name="M:Xunit.Assert.NotSame(System.Object,System.Object)">
- <summary>
- Verifies that two objects are not the same instance.
- </summary>
- <param name="expected">The expected object instance</param>
- <param name="actual">The actual object instance</param>
- <exception cref="T:Xunit.Sdk.NotSameException">Thrown when the objects are the same instance</exception>
- </member>
- <member name="M:Xunit.Assert.Same(System.Object,System.Object)">
- <summary>
- Verifies that two objects are the same instance.
- </summary>
- <param name="expected">The expected object instance</param>
- <param name="actual">The actual object instance</param>
- <exception cref="T:Xunit.Sdk.SameException">Thrown when the objects are not the same instance</exception>
- </member>
- <member name="M:Xunit.Assert.NotNull(System.Object)">
- <summary>
- Verifies that an object reference is not null.
- </summary>
- <param name="object">The object to be validated</param>
- <exception cref="T:Xunit.Sdk.NotNullException">Thrown when the object is not null</exception>
- </member>
- <member name="M:Xunit.Assert.Null(System.Object)">
- <summary>
- Verifies that an object reference is null.
- </summary>
- <param name="object">The object to be inspected</param>
- <exception cref="T:Xunit.Sdk.NullException">Thrown when the object reference is not null</exception>
- </member>
- <member name="M:Xunit.Assert.PropertyChanged(System.ComponentModel.INotifyPropertyChanged,System.String,System.Action)">
- <summary>
- Verifies that the provided object raised <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/>
- as a result of executing the given test code.
- </summary>
- <param name="object">The object which should raise the notification</param>
- <param name="propertyName">The property name for which the notification should be raised</param>
- <param name="testCode">The test code which should cause the notification to be raised</param>
- <exception cref="T:Xunit.Sdk.PropertyChangedException">Thrown when the notification is not raised</exception>
- </member>
- <member name="M:Xunit.Assert.PropertyChanged(System.ComponentModel.INotifyPropertyChanged,System.String,System.Func{System.Threading.Tasks.Task})">
- <summary/>
- </member>
- <member name="M:Xunit.Assert.PropertyChangedAsync(System.ComponentModel.INotifyPropertyChanged,System.String,System.Func{System.Threading.Tasks.Task})">
- <summary>
- Verifies that the provided object raised <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/>
- as a result of executing the given test code.
- </summary>
- <param name="object">The object which should raise the notification</param>
- <param name="propertyName">The property name for which the notification should be raised</param>
- <param name="testCode">The test code which should cause the notification to be raised</param>
- <exception cref="T:Xunit.Sdk.PropertyChangedException">Thrown when the notification is not raised</exception>
- </member>
- <member name="M:Xunit.Assert.InRange``1(``0,``0,``0)">
- <summary>
- Verifies that a value is within a given range.
- </summary>
- <typeparam name="T">The type of the value to be compared</typeparam>
- <param name="actual">The actual value to be evaluated</param>
- <param name="low">The (inclusive) low value of the range</param>
- <param name="high">The (inclusive) high value of the range</param>
- <exception cref="T:Xunit.Sdk.InRangeException">Thrown when the value is not in the given range</exception>
- </member>
- <member name="M:Xunit.Assert.InRange``1(``0,``0,``0,System.Collections.Generic.IComparer{``0})">
- <summary>
- Verifies that a value is within a given range, using a comparer.
- </summary>
- <typeparam name="T">The type of the value to be compared</typeparam>
- <param name="actual">The actual value to be evaluated</param>
- <param name="low">The (inclusive) low value of the range</param>
- <param name="high">The (inclusive) high value of the range</param>
- <param name="comparer">The comparer used to evaluate the value's range</param>
- <exception cref="T:Xunit.Sdk.InRangeException">Thrown when the value is not in the given range</exception>
- </member>
- <member name="M:Xunit.Assert.NotInRange``1(``0,``0,``0)">
- <summary>
- Verifies that a value is not within a given range, using the default comparer.
- </summary>
- <typeparam name="T">The type of the value to be compared</typeparam>
- <param name="actual">The actual value to be evaluated</param>
- <param name="low">The (inclusive) low value of the range</param>
- <param name="high">The (inclusive) high value of the range</param>
- <exception cref="T:Xunit.Sdk.NotInRangeException">Thrown when the value is in the given range</exception>
- </member>
- <member name="M:Xunit.Assert.NotInRange``1(``0,``0,``0,System.Collections.Generic.IComparer{``0})">
- <summary>
- Verifies that a value is not within a given range, using a comparer.
- </summary>
- <typeparam name="T">The type of the value to be compared</typeparam>
- <param name="actual">The actual value to be evaluated</param>
- <param name="low">The (inclusive) low value of the range</param>
- <param name="high">The (inclusive) high value of the range</param>
- <param name="comparer">The comparer used to evaluate the value's range</param>
- <exception cref="T:Xunit.Sdk.NotInRangeException">Thrown when the value is in the given range</exception>
- </member>
- <member name="M:Xunit.Assert.RecordException(System.Action)">
- <summary>
- Records any exception which is thrown by the given code.
- </summary>
- <param name="testCode">The code which may thrown an exception.</param>
- <returns>Returns the exception that was thrown by the code; null, otherwise.</returns>
- </member>
- <member name="M:Xunit.Assert.RecordException(System.Func{System.Object})">
- <summary>
- Records any exception which is thrown by the given code that has
- a return value. Generally used for testing property accessors.
- </summary>
- <param name="testCode">The code which may thrown an exception.</param>
- <returns>Returns the exception that was thrown by the code; null, otherwise.</returns>
- </member>
- <member name="M:Xunit.Assert.RecordException(System.Func{System.Threading.Tasks.Task})">
- <summary/>
- </member>
- <member name="M:Xunit.Assert.RecordExceptionAsync(System.Func{System.Threading.Tasks.Task})">
- <summary>
- Records any exception which is thrown by the given task.
- </summary>
- <param name="testCode">The task which may thrown an exception.</param>
- <returns>Returns the exception that was thrown by the code; null, otherwise.</returns>
- </member>
- <member name="M:Xunit.Assert.ProperSubset``1(System.Collections.Generic.ISet{``0},System.Collections.Generic.ISet{``0})">
- <summary>
- Verifies that a set is a proper subset of another set.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="expectedSuperset">The expected superset</param>
- <param name="actual">The set expected to be a proper subset</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the actual set is not a proper subset of the expected set</exception>
- </member>
- <member name="M:Xunit.Assert.ProperSuperset``1(System.Collections.Generic.ISet{``0},System.Collections.Generic.ISet{``0})">
- <summary>
- Verifies that a set is a proper superset of another set.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="expectedSubset">The expected subset</param>
- <param name="actual">The set expected to be a proper superset</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the actual set is not a proper superset of the expected set</exception>
- </member>
- <member name="M:Xunit.Assert.Subset``1(System.Collections.Generic.ISet{``0},System.Collections.Generic.ISet{``0})">
- <summary>
- Verifies that a set is a subset of another set.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="expectedSuperset">The expected superset</param>
- <param name="actual">The set expected to be a subset</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the actual set is not a subset of the expected set</exception>
- </member>
- <member name="M:Xunit.Assert.Superset``1(System.Collections.Generic.ISet{``0},System.Collections.Generic.ISet{``0})">
- <summary>
- Verifies that a set is a superset of another set.
- </summary>
- <typeparam name="T">The type of the object to be verified</typeparam>
- <param name="expectedSubset">The expected subset</param>
- <param name="actual">The set expected to be a superset</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the actual set is not a superset of the expected set</exception>
- </member>
- <member name="M:Xunit.Assert.Contains(System.String,System.String)">
- <summary>
- Verifies that a string contains a given sub-string, using the current culture.
- </summary>
- <param name="expectedSubstring">The sub-string expected to be in the string</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the sub-string is not present inside the string</exception>
- </member>
- <member name="M:Xunit.Assert.Contains(System.String,System.String,System.StringComparison)">
- <summary>
- Verifies that a string contains a given sub-string, using the given comparison type.
- </summary>
- <param name="expectedSubstring">The sub-string expected to be in the string</param>
- <param name="actualString">The string to be inspected</param>
- <param name="comparisonType">The type of string comparison to perform</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the sub-string is not present inside the string</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain(System.String,System.String)">
- <summary>
- Verifies that a string does not contain a given sub-string, using the current culture.
- </summary>
- <param name="expectedSubstring">The sub-string which is expected not to be in the string</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the sub-string is present inside the string</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotContain(System.String,System.String,System.StringComparison)">
- <summary>
- Verifies that a string does not contain a given sub-string, using the current culture.
- </summary>
- <param name="expectedSubstring">The sub-string which is expected not to be in the string</param>
- <param name="actualString">The string to be inspected</param>
- <param name="comparisonType">The type of string comparison to perform</param>
- <exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the sub-string is present inside the given string</exception>
- </member>
- <member name="M:Xunit.Assert.StartsWith(System.String,System.String)">
- <summary>
- Verifies that a string starts with a given string, using the current culture.
- </summary>
- <param name="expectedStartString">The string expected to be at the start of the string</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the string does not start with the expected string</exception>
- </member>
- <member name="M:Xunit.Assert.StartsWith(System.String,System.String,System.StringComparison)">
- <summary>
- Verifies that a string starts with a given string, using the given comparison type.
- </summary>
- <param name="expectedStartString">The string expected to be at the start of the string</param>
- <param name="actualString">The string to be inspected</param>
- <param name="comparisonType">The type of string comparison to perform</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the string does not start with the expected string</exception>
- </member>
- <member name="M:Xunit.Assert.EndsWith(System.String,System.String)">
- <summary>
- Verifies that a string ends with a given string, using the current culture.
- </summary>
- <param name="expectedEndString">The string expected to be at the end of the string</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the string does not end with the expected string</exception>
- </member>
- <member name="M:Xunit.Assert.EndsWith(System.String,System.String,System.StringComparison)">
- <summary>
- Verifies that a string ends with a given string, using the given comparison type.
- </summary>
- <param name="expectedEndString">The string expected to be at the end of the string</param>
- <param name="actualString">The string to be inspected</param>
- <param name="comparisonType">The type of string comparison to perform</param>
- <exception cref="T:Xunit.Sdk.ContainsException">Thrown when the string does not end with the expected string</exception>
- </member>
- <member name="M:Xunit.Assert.Matches(System.String,System.String)">
- <summary>
- Verifies that a string matches a regular expression.
- </summary>
- <param name="expectedRegexPattern">The regex pattern expected to match</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.MatchesException">Thrown when the string does not match the regex pattern</exception>
- </member>
- <member name="M:Xunit.Assert.Matches(System.Text.RegularExpressions.Regex,System.String)">
- <summary>
- Verifies that a string matches a regular expression.
- </summary>
- <param name="expectedRegex">The regex expected to match</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.MatchesException">Thrown when the string does not match the regex</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotMatch(System.String,System.String)">
- <summary>
- Verifies that a string does not match a regular expression.
- </summary>
- <param name="expectedRegexPattern">The regex pattern expected not to match</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.DoesNotMatchException">Thrown when the string matches the regex pattern</exception>
- </member>
- <member name="M:Xunit.Assert.DoesNotMatch(System.Text.RegularExpressions.Regex,System.String)">
- <summary>
- Verifies that a string does not match a regular expression.
- </summary>
- <param name="expectedRegex">The regex expected not to match</param>
- <param name="actualString">The string to be inspected</param>
- <exception cref="T:Xunit.Sdk.DoesNotMatchException">Thrown when the string matches the regex</exception>
- </member>
- <member name="M:Xunit.Assert.Equal(System.String,System.String)">
- <summary>
- Verifies that two strings are equivalent.
- </summary>
- <param name="expected">The expected string value.</param>
- <param name="actual">The actual string value.</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the strings are not equivalent.</exception>
- </member>
- <member name="M:Xunit.Assert.Equal(System.String,System.String,System.Boolean,System.Boolean,System.Boolean)">
- <summary>
- Verifies that two strings are equivalent.
- </summary>
- <param name="expected">The expected string value.</param>
- <param name="actual">The actual string value.</param>
- <param name="ignoreCase">If set to <c>true</c>, ignores cases differences. The invariant culture is used.</param>
- <param name="ignoreLineEndingDifferences">If set to <c>true</c>, treats \r\n, \r, and \n as equivalent.</param>
- <param name="ignoreWhiteSpaceDifferences">If set to <c>true</c>, treats spaces and tabs (in any non-zero quantity) as equivalent.</param>
- <exception cref="T:Xunit.Sdk.EqualException">Thrown when the strings are not equivalent.</exception>
- </member>
- <member name="M:Xunit.Assert.IsAssignableFrom``1(System.Object)">
- <summary>
- Verifies that an object is of the given type or a derived type.
- </summary>
- <typeparam name="T">The type the object should be</typeparam>
- <param name="object">The object to be evaluated</param>
- <returns>The object, casted to type T when successful</returns>
- <exception cref="T:Xunit.Sdk.IsAssignableFromException">Thrown when the object is not the given type</exception>
- </member>
- <member name="M:Xunit.Assert.IsAssignableFrom(System.Type,System.Object)">
- <summary>
- Verifies that an object is of the given type or a derived type.
- </summary>
- <param name="expectedType">The type the object should be</param>
- <param name="object">The object to be evaluated</param>
- <exception cref="T:Xunit.Sdk.IsAssignableFromException">Thrown when the object is not the given type</exception>
- </member>
- <member name="M:Xunit.Assert.IsNotType``1(System.Object)">
- <summary>
- Verifies that an object is not exactly the given type.
- </summary>
- <typeparam name="T">The type the object should not be</typeparam>
- <param name="object">The object to be evaluated</param>
- <exception cref="T:Xunit.Sdk.IsNotTypeException">Thrown when the object is the given type</exception>
- </member>
- <member name="M:Xunit.Assert.IsNotType(System.Type,System.Object)">
- <summary>
- Verifies that an object is not exactly the given type.
- </summary>
- <param name="expectedType">The type the object should not be</param>
- <param name="object">The object to be evaluated</param>
- <exception cref="T:Xunit.Sdk.IsNotTypeException">Thrown when the object is the given type</exception>
- </member>
- <member name="M:Xunit.Assert.IsType``1(System.Object)">
- <summary>
- Verifies that an object is exactly the given type (and not a derived type).
- </summary>
- <typeparam name="T">The type the object should be</typeparam>
- <param name="object">The object to be evaluated</param>
- <returns>The object, casted to type T when successful</returns>
- <exception cref="T:Xunit.Sdk.IsTypeException">Thrown when the object is not the given type</exception>
- </member>
- <member name="M:Xunit.Assert.IsType(System.Type,System.Object)">
- <summary>
- Verifies that an object is exactly the given type (and not a derived type).
- </summary>
- <param name="expectedType">The type the object should be</param>
- <param name="object">The object to be evaluated</param>
- <exception cref="T:Xunit.Sdk.IsTypeException">Thrown when the object is not the given type</exception>
- </member>
- <member name="T:Xunit.Sdk.ArgumentFormatter">
- <summary>
- Formats arguments for display in theories.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.ArgumentFormatter.Format(System.Object)">
- <summary>
- Format the value for presentation.
- </summary>
- <param name="value">The value to be formatted.</param>
- <returns>The formatted value.</returns>
- </member>
- <member name="T:Xunit.Sdk.AssertComparer`1">
- <summary>
- Default implementation of <see cref="T:System.Collections.Generic.IComparer`1"/> used by the xUnit.net range assertions.
- </summary>
- <typeparam name="T">The type that is being compared.</typeparam>
- </member>
- <member name="M:Xunit.Sdk.AssertComparer`1.Compare(`0,`0)">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.AssertEqualityComparer`1">
- <summary>
- Default implementation of <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> used by the xUnit.net equality assertions.
- </summary>
- <typeparam name="T">The type that is being compared.</typeparam>
- </member>
- <member name="M:Xunit.Sdk.AssertEqualityComparer`1.#ctor(System.Collections.IEqualityComparer)">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertEqualityComparer`1" /> class.
- </summary>
- <param name="innerComparer">The inner comparer to be used when the compared objects are enumerable.</param>
- </member>
- <member name="M:Xunit.Sdk.AssertEqualityComparer`1.Equals(`0,`0)">
- <inheritdoc/>
- </member>
- <member name="M:Xunit.Sdk.AssertEqualityComparer`1.GetHashCode(`0)">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.AssertEqualityComparerAdapter`1">
- <summary>
- A class that wraps <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to create <see cref="T:System.Collections.IEqualityComparer"/>.
- </summary>
- <typeparam name="T">The type that is being compared.</typeparam>
- </member>
- <member name="M:Xunit.Sdk.AssertEqualityComparerAdapter`1.#ctor(System.Collections.Generic.IEqualityComparer{`0})">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertEqualityComparerAdapter`1"/> class.
- </summary>
- <param name="innerComparer">The comparer that is being adapted.</param>
- </member>
- <member name="M:Xunit.Sdk.AssertEqualityComparerAdapter`1.Equals(System.Object,System.Object)">
- <inheritdoc/>
- </member>
- <member name="M:Xunit.Sdk.AssertEqualityComparerAdapter`1.GetHashCode(System.Object)">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.AllException">
- <summary>
- Exception thrown when an All assertion has one or more items fail an assertion.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.AllException.#ctor(System.Int32,System.Tuple{System.Int32,System.Object,System.Exception}[])">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.AllException"/> class.
- </summary>
- <param name="totalItems">The total number of items that were in the collection.</param>
- <param name="errors">The list of errors that occurred during the test pass.</param>
- </member>
- <member name="P:Xunit.Sdk.AllException.Failures">
- <summary>
- The errors that occurred during execution of the test.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.AllException.Message">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.AssertActualExpectedException">
- <summary>
- Base class for exceptions that have actual and expected values
- </summary>
- </member>
- <member name="M:Xunit.Sdk.AssertActualExpectedException.#ctor(System.Object,System.Object,System.String,System.String,System.String)">
- <summary>
- Creates a new instance of the <see href="AssertActualExpectedException"/> class.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The actual value</param>
- <param name="userMessage">The user message to be shown</param>
- <param name="expectedTitle">The title to use for the expected value (defaults to "Expected")</param>
- <param name="actualTitle">The title to use for the actual value (defaults to "Actual")</param>
- </member>
- <member name="M:Xunit.Sdk.AssertActualExpectedException.#ctor(System.Object,System.Object,System.String,System.String,System.String,System.Exception)">
- <summary>
- Creates a new instance of the <see href="AssertActualExpectedException"/> class.
- </summary>
- <param name="expected">The expected value</param>
- <param name="actual">The actual value</param>
- <param name="userMessage">The user message to be shown</param>
- <param name="expectedTitle">The title to use for the expected value (defaults to "Expected")</param>
- <param name="actualTitle">The title to use for the actual value (defaults to "Actual")</param>
- <param name="innerException">The inner exception.</param>
- </member>
- <member name="P:Xunit.Sdk.AssertActualExpectedException.Actual">
- <summary>
- Gets the actual value.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.AssertActualExpectedException.ActualTitle">
- <summary>
- Gets the title used for the actual value.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.AssertActualExpectedException.Expected">
- <summary>
- Gets the expected value.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.AssertActualExpectedException.ExpectedTitle">
- <summary>
- Gets the title used for the expected value.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.AssertActualExpectedException.Message">
- <summary>
- Gets a message that describes the current exception. Includes the expected and actual values.
- </summary>
- <returns>The error message that explains the reason for the exception, or an empty string("").</returns>
- <filterpriority>1</filterpriority>
- </member>
- <member name="T:Xunit.Sdk.AssertCollectionCountException">
- <summary>
- Exception thrown when the collection did not contain exactly the given number element.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.AssertCollectionCountException.#ctor(System.Int32,System.Int32)">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertCollectionCountException"/> class.
- </summary>
- <param name="expectedCount">The expected number of items in the collection.</param>
- <param name="actualCount">The actual number of items in the collection.</param>
- </member>
- <member name="T:Xunit.Sdk.CollectionException">
- <summary>
- Exception thrown when Assert.Collection fails.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.CollectionException.#ctor(System.Object,System.Int32,System.Int32,System.Int32,System.Exception)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.CollectionException"/> class.
- </summary>
- <param name="collection">The collection that failed the test.</param>
- <param name="expectedCount">The expected number of items in the collection.</param>
- <param name="actualCount">The actual number of items in the collection.</param>
- <param name="indexFailurePoint">The index of the position where the first comparison failure occurred.</param>
- <param name="innerException">The exception that was thrown during the comparison failure.</param>
- </member>
- <member name="P:Xunit.Sdk.CollectionException.Collection">
- <summary>
- The collection that failed the test.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.CollectionException.ActualCount">
- <summary>
- The actual number of items in the collection.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.CollectionException.ExpectedCount">
- <summary>
- The expected number of items in the collection.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.CollectionException.IndexFailurePoint">
- <summary>
- The index of the position where the first comparison failure occurred, or -1 if
- comparisions did not occur (because the actual and expected counts differed).
- </summary>
- </member>
- <member name="P:Xunit.Sdk.CollectionException.Message">
- <inheritdoc/>
- </member>
- <member name="P:Xunit.Sdk.CollectionException.StackTrace">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.ContainsException">
- <summary>
- Exception thrown when a collection unexpectedly does not contain the expected value.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.ContainsException.#ctor(System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.ContainsException"/> class.
- </summary>
- <param name="expected">The expected object value</param>
- <param name="actual">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.DoesNotContainException">
- <summary>
- Exception thrown when a collection unexpectedly contains the expected value.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.DoesNotContainException.#ctor(System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.DoesNotContainException"/> class.
- </summary>
- <param name="expected">The expected object value</param>
- <param name="actual">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.DoesNotMatchException">
- <summary>
- Exception thrown when a string unexpectedly matches a regular expression.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.DoesNotMatchException.#ctor(System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.DoesNotMatchException"/> class.
- </summary>
- <param name="expectedRegexPattern">The regular expression pattern expected not to match</param>
- <param name="actual">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.EmptyException">
- <summary>
- Exception thrown when a collection is unexpectedly not empty.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.EmptyException.#ctor(System.Collections.IEnumerable)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.EmptyException"/> class.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.EmptyException.Collection">
- <summary>
- The collection that failed the test.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.EmptyException.Message">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.EndsWithException">
- <summary>
- Exception thrown when a string does not end with the expected value.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.EndsWithException.#ctor(System.String,System.String)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.EndsWithException"/> class.
- </summary>
- <param name="expected">The expected string value</param>
- <param name="actual">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.EqualException">
- <summary>
- Exception thrown when two values are unexpectedly not equal.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.EqualException.#ctor(System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.EqualException"/> class.
- </summary>
- <param name="expected">The expected object value</param>
- <param name="actual">The actual object value</param>
- </member>
- <member name="M:Xunit.Sdk.EqualException.#ctor(System.String,System.String,System.Int32,System.Int32)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.EqualException"/> class for string comparisons.
- </summary>
- <param name="expected">The expected string value</param>
- <param name="actual">The actual string value</param>
- <param name="expectedIndex">The first index in the expected string where the strings differ</param>
- <param name="actualIndex">The first index in the actual string where the strings differ</param>
- </member>
- <member name="P:Xunit.Sdk.EqualException.ActualIndex">
- <summary>
- Gets the index into the actual value where the values first differed.
- Returns -1 if the difference index points were not provided.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.EqualException.ExpectedIndex">
- <summary>
- Gets the index into the expected value where the values first differed.
- Returns -1 if the difference index points were not provided.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.EqualException.Message">
- <inheritdoc/>
- </member>
- <member name="T:Xunit.Sdk.FalseException">
- <summary>
- Exception thrown when a value is unexpectedly true.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.FalseException.#ctor(System.String,System.Nullable{System.Boolean})">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.FalseException"/> class.
- </summary>
- <param name="userMessage">The user message to be display, or null for the default message</param>
- <param name="value">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.InRangeException">
- <summary>
- Exception thrown when a value is unexpectedly not in the given range.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.InRangeException.#ctor(System.Object,System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.InRangeException"/> class.
- </summary>
- <param name="actual">The actual object value</param>
- <param name="low">The low value of the range</param>
- <param name="high">The high value of the range</param>
- </member>
- <member name="P:Xunit.Sdk.InRangeException.Actual">
- <summary>
- Gets the actual object value
- </summary>
- </member>
- <member name="P:Xunit.Sdk.InRangeException.High">
- <summary>
- Gets the high value of the range
- </summary>
- </member>
- <member name="P:Xunit.Sdk.InRangeException.Low">
- <summary>
- Gets the low value of the range
- </summary>
- </member>
- <member name="P:Xunit.Sdk.InRangeException.Message">
- <summary>
- Gets a message that describes the current exception.
- </summary>
- <returns>The error message that explains the reason for the exception, or an empty string("").</returns>
- </member>
- <member name="T:Xunit.Sdk.IsAssignableFromException">
- <summary>
- Exception thrown when the value is unexpectedly not of the given type or a derived type.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.IsAssignableFromException.#ctor(System.Type,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.IsTypeException"/> class.
- </summary>
- <param name="expected">The expected type</param>
- <param name="actual">The actual object value</param>
- </member>
- <member name="T:Xunit.Sdk.IsNotTypeException">
- <summary>
- Exception thrown when the value is unexpectedly of the exact given type.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.IsNotTypeException.#ctor(System.Type,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.IsNotTypeException"/> class.
- </summary>
- <param name="expected">The expected type</param>
- <param name="actual">The actual object value</param>
- </member>
- <member name="T:Xunit.Sdk.IsTypeException">
- <summary>
- Exception thrown when the value is unexpectedly not of the exact given type.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.IsTypeException.#ctor(System.String,System.String)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.IsTypeException"/> class.
- </summary>
- <param name="expectedTypeName">The expected type name</param>
- <param name="actualTypeName">The actual type name</param>
- </member>
- <member name="T:Xunit.Sdk.MatchesException">
- <summary>
- Exception thrown when a string does not match a regular expression.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.MatchesException.#ctor(System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.MatchesException"/> class.
- </summary>
- <param name="expectedRegexPattern">The expected regular expression pattern</param>
- <param name="actual">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.NotEmptyException">
- <summary>
- Exception thrown when a collection is unexpectedly empty.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.NotEmptyException.#ctor">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.NotEmptyException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.NotEqualException">
- <summary>
- Exception thrown when two values are unexpectedly equal.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.NotEqualException.#ctor(System.String,System.String)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.NotEqualException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.NotInRangeException">
- <summary>
- Exception thrown when a value is unexpectedly in the given range.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.NotInRangeException.#ctor(System.Object,System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.NotInRangeException"/> class.
- </summary>
- <param name="actual">The actual object value</param>
- <param name="low">The low value of the range</param>
- <param name="high">The high value of the range</param>
- </member>
- <member name="P:Xunit.Sdk.NotInRangeException.Actual">
- <summary>
- Gets the actual object value
- </summary>
- </member>
- <member name="P:Xunit.Sdk.NotInRangeException.High">
- <summary>
- Gets the high value of the range
- </summary>
- </member>
- <member name="P:Xunit.Sdk.NotInRangeException.Low">
- <summary>
- Gets the low value of the range
- </summary>
- </member>
- <member name="P:Xunit.Sdk.NotInRangeException.Message">
- <summary>
- Gets a message that describes the current exception.
- </summary>
- <returns>The error message that explains the reason for the exception, or an empty string("").</returns>
- </member>
- <member name="T:Xunit.Sdk.NotNullException">
- <summary>
- Exception thrown when an object is unexpectedly null.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.NotNullException.#ctor">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.NotNullException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.NotSameException">
- <summary>
- Exception thrown when two values are unexpected the same instance.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.NotSameException.#ctor">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.NotSameException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.NullException">
- <summary>
- Exception thrown when an object reference is unexpectedly not null.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.NullException.#ctor(System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.NullException"/> class.
- </summary>
- <param name="actual"></param>
- </member>
- <member name="T:Xunit.Sdk.ParameterCountMismatchException">
- <summary>
- Exception to be thrown from theory execution when the number of
- parameter values does not the test method signature.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.ProperSubsetException">
- <summary>
- Exception thrown when a set is not a proper subset of another set.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.ProperSubsetException.#ctor(System.Collections.IEnumerable,System.Collections.IEnumerable)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.ProperSubsetException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.ProperSupersetException">
- <summary>
- Exception thrown when a set is not a proper superset of another set.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.ProperSupersetException.#ctor(System.Collections.IEnumerable,System.Collections.IEnumerable)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.ProperSupersetException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.PropertyChangedException">
- <summary>
- Exception thrown when code unexpectedly fails change a property.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.PropertyChangedException.#ctor(System.String)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.PropertyChangedException"/> class. Call this constructor
- when no exception was thrown.
- </summary>
- <param name="propertyName">The name of the property that was expected to be changed.</param>
- </member>
- <member name="T:Xunit.Sdk.RaisesException">
- <summary>
- Exception thrown when code unexpectedly fails to raise an event.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.RaisesException.#ctor(System.Type)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.RaisesException" /> class. Call this constructor
- when no event was raised.
- </summary>
- <param name="expected">The type of the event args that was expected</param>
- </member>
- <member name="M:Xunit.Sdk.RaisesException.#ctor(System.Type,System.Type)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.RaisesException" /> class. Call this constructor
- when an
- </summary>
- <param name="expected"></param>
- <param name="actual"></param>
- </member>
- <member name="P:Xunit.Sdk.RaisesException.Actual">
- <summary>
- Gets the actual value.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.RaisesException.Expected">
- <summary>
- Gets the expected value.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.RaisesException.Message">
- <summary>
- Gets a message that describes the current exception. Includes the expected and actual values.
- </summary>
- <returns>The error message that explains the reason for the exception, or an empty string("").</returns>
- <filterpriority>1</filterpriority>
- </member>
- <member name="P:Xunit.Sdk.RaisesException.StackTrace">
- <summary>
- Gets a string representation of the frames on the call stack at the time the current exception was thrown.
- </summary>
- <returns>A string that describes the contents of the call stack, with the most recent method call appearing first.</returns>
- </member>
- <member name="T:Xunit.Sdk.SameException">
- <summary>
- Exception thrown when two object references are unexpectedly not the same instance.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.SameException.#ctor(System.Object,System.Object)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.SameException"/> class.
- </summary>
- <param name="expected">The expected object reference</param>
- <param name="actual">The actual object reference</param>
- </member>
- <member name="T:Xunit.Sdk.SingleException">
- <summary>
- Exception thrown when the collection did not contain exactly one element.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.SingleException.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.SingleException"/> class.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.SingleException.Empty">
- <summary>
- Creates an instance of <see cref="T:Xunit.Sdk.SingleException"/> for when the collection was empty.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.SingleException.MoreThanOne">
- <summary>
- Creates an instance of <see cref="T:Xunit.Sdk.SingleException"/> for when the collection had too many items.
- </summary>
- <returns></returns>
- </member>
- <member name="T:Xunit.Sdk.StartsWithException">
- <summary>
- Exception thrown when a string does not start with the expected value.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.StartsWithException.#ctor(System.String,System.String)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.StartsWithException"/> class.
- </summary>
- <param name="expected">The expected string value</param>
- <param name="actual">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.SubsetException">
- <summary>
- Exception thrown when a set is not a subset of another set.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.SubsetException.#ctor(System.Collections.IEnumerable,System.Collections.IEnumerable)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.SubsetException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.SupersetException">
- <summary>
- Exception thrown when a set is not a superset of another set.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.SupersetException.#ctor(System.Collections.IEnumerable,System.Collections.IEnumerable)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.SupersetException"/> class.
- </summary>
- </member>
- <member name="T:Xunit.Sdk.ThrowsException">
- <summary>
- Exception thrown when code unexpectedly fails to throw an exception.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.ThrowsException.#ctor(System.Type)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.ThrowsException"/> class. Call this constructor
- when no exception was thrown.
- </summary>
- <param name="expectedType">The type of the exception that was expected</param>
- </member>
- <member name="M:Xunit.Sdk.ThrowsException.#ctor(System.Type,System.Exception)">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.ThrowsException"/> class. Call this constructor
- when an exception of the wrong type was thrown.
- </summary>
- <param name="expectedType">The type of the exception that was expected</param>
- <param name="actual">The actual exception that was thrown</param>
- </member>
- <member name="M:Xunit.Sdk.ThrowsException.#ctor(System.Type,System.String,System.String,System.String,System.Exception)">
- <summary>
- THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.
- </summary>
- </member>
- <member name="P:Xunit.Sdk.ThrowsException.StackTrace">
- <summary>
- Gets a string representation of the frames on the call stack at the time the current exception was thrown.
- </summary>
- <returns>A string that describes the contents of the call stack, with the most recent method call appearing first.</returns>
- </member>
- <member name="T:Xunit.Sdk.TrueException">
- <summary>
- Exception thrown when a value is unexpectedly false.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.TrueException.#ctor(System.String,System.Nullable{System.Boolean})">
- <summary>
- Creates a new instance of the <see cref="T:Xunit.Sdk.TrueException"/> class.
- </summary>
- <param name="userMessage">The user message to be displayed, or null for the default message</param>
- <param name="value">The actual value</param>
- </member>
- <member name="T:Xunit.Sdk.XunitException">
- <summary>
- The base assert exception class
- </summary>
- </member>
- <member name="M:Xunit.Sdk.XunitException.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.XunitException"/> class.
- </summary>
- </member>
- <member name="M:Xunit.Sdk.XunitException.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.XunitException"/> class.
- </summary>
- <param name="userMessage">The user message to be displayed</param>
- </member>
- <member name="M:Xunit.Sdk.XunitException.#ctor(System.String,System.Exception)">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.XunitException"/> class.
- </summary>
- <param name="userMessage">The user message to be displayed</param>
- <param name="innerException">The inner exception</param>
- </member>
- <member name="M:Xunit.Sdk.XunitException.#ctor(System.String,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Xunit.Sdk.XunitException"/> class.
- </summary>
- <param name="userMessage">The user message to be displayed</param>
- <param name="stackTrace">The stack trace to be displayed</param>
- </member>
- <member name="P:Xunit.Sdk.XunitException.StackTrace">
- <summary>
- Gets a string representation of the frames on the call stack at the time the current exception was thrown.
- </summary>
- <returns>A string that describes the contents of the call stack, with the most recent method call appearing first.</returns>
- </member>
- <member name="P:Xunit.Sdk.XunitException.UserMessage">
- <summary>
- Gets the user message
- </summary>
- </member>
- <member name="M:Xunit.Sdk.XunitException.ToString">
- <inheritdoc/>
- </member>
- </members>
- </doc>
|