|
3581 | 3581 | </member> |
3582 | 3582 | <member name="M:NUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable)"> |
3583 | 3583 | <summary> |
3584 | | - Asserts that superset is not a subject of subset. |
| 3584 | + Asserts that the superset does not contain the subset |
3585 | 3585 | </summary> |
3586 | | - <param name="subset">The IEnumerable superset to be considered</param> |
3587 | | - <param name="superset">The IEnumerable subset to be considered</param> |
| 3586 | + <param name="subset">The IEnumerable subset to be considered</param> |
| 3587 | + <param name="superset">The IEnumerable superset to be considered</param> |
3588 | 3588 | </member> |
3589 | 3589 | <member name="M:NUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)"> |
3590 | 3590 | <summary> |
3591 | | - Asserts that superset is not a subject of subset. |
| 3591 | + Asserts that the superset does not contain the subset |
3592 | 3592 | </summary> |
3593 | | - <param name="subset">The IEnumerable superset to be considered</param> |
3594 | | - <param name="superset">The IEnumerable subset to be considered</param> |
| 3593 | + <param name="subset">The IEnumerable subset to be considered</param> |
| 3594 | + <param name="superset">The IEnumerable superset to be considered</param> |
3595 | 3595 | <param name="message">The message that will be displayed on failure</param> |
3596 | 3596 | </member> |
3597 | 3597 | <member name="M:NUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])"> |
3598 | 3598 | <summary> |
3599 | | - Asserts that superset is not a subject of subset. |
| 3599 | + Asserts that the superset does not contain the subset |
3600 | 3600 | </summary> |
3601 | | - <param name="subset">The IEnumerable superset to be considered</param> |
3602 | | - <param name="superset">The IEnumerable subset to be considered</param> |
| 3601 | + <param name="subset">The IEnumerable subset to be considered</param> |
| 3602 | + <param name="superset">The IEnumerable superset to be considered</param> |
3603 | 3603 | <param name="message">The message that will be displayed on failure</param> |
3604 | 3604 | <param name="args">Arguments to be used in formatting the message</param> |
3605 | 3605 | </member> |
3606 | 3606 | <member name="M:NUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable)"> |
3607 | 3607 | <summary> |
3608 | | - Asserts that superset is a subset of subset. |
| 3608 | + Asserts that the superset contains the subset. |
3609 | 3609 | </summary> |
3610 | | - <param name="subset">The IEnumerable superset to be considered</param> |
3611 | | - <param name="superset">The IEnumerable subset to be considered</param> |
| 3610 | + <param name="subset">The IEnumerable subset to be considered</param> |
| 3611 | + <param name="superset">The IEnumerable superset to be considered</param> |
3612 | 3612 | </member> |
3613 | 3613 | <member name="M:NUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)"> |
3614 | 3614 | <summary> |
3615 | | - Asserts that superset is a subset of subset. |
| 3615 | + Asserts that the superset contains the subset. |
3616 | 3616 | </summary> |
3617 | | - <param name="subset">The IEnumerable superset to be considered</param> |
3618 | | - <param name="superset">The IEnumerable subset to be considered</param> |
| 3617 | + <param name="subset">The IEnumerable subset to be considered</param> |
| 3618 | + <param name="superset">The IEnumerable superset to be considered</param> |
3619 | 3619 | <param name="message">The message that will be displayed on failure</param> |
3620 | 3620 | </member> |
3621 | 3621 | <member name="M:NUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])"> |
3622 | 3622 | <summary> |
3623 | | - Asserts that superset is a subset of subset. |
| 3623 | + Asserts that the superset contains the subset. |
3624 | 3624 | </summary> |
3625 | | - <param name="subset">The IEnumerable superset to be considered</param> |
3626 | | - <param name="superset">The IEnumerable subset to be considered</param> |
| 3625 | + <param name="subset">The IEnumerable subset to be considered</param> |
| 3626 | + <param name="superset">The IEnumerable superset to be considered</param> |
3627 | 3627 | <param name="message">The message that will be displayed on failure</param> |
3628 | 3628 | <param name="args">Arguments to be used in formatting the message</param> |
3629 | 3629 | </member> |
|
6551 | 6551 | </summary> |
6552 | 6552 | <returns>The target for the action attribute</returns> |
6553 | 6553 | </member> |
| 6554 | + <member name="M:NUnit.Framework.TestActionAttribute.BeforeTest(NUnit.Framework.TestDetails)"> |
| 6555 | + <summary> |
| 6556 | + Method called before each test |
| 6557 | + </summary> |
| 6558 | + <param name="testDetails">Info about the test to be run</param> |
| 6559 | + </member> |
| 6560 | + <member name="M:NUnit.Framework.TestActionAttribute.AfterTest(NUnit.Framework.TestDetails)"> |
| 6561 | + <summary> |
| 6562 | + Method called after each test |
| 6563 | + </summary> |
| 6564 | + <param name="testDetails">Info about the test that was just run</param> |
| 6565 | + </member> |
| 6566 | + <member name="P:NUnit.Framework.TestActionAttribute.Targets"> |
| 6567 | + <summary> |
| 6568 | + Gets or sets the ActionTargets for this attribute |
| 6569 | + </summary> |
| 6570 | + </member> |
6554 | 6571 | <member name="T:NUnit.Framework.TestAttribute"> |
6555 | 6572 | <summary> |
6556 | 6573 | Adding this attribute to a method within a <seealso cref="T:NUnit.Framework.TestFixtureAttribute"/> |
|
8066 | 8083 | presence of a particular attribute on an object. |
8067 | 8084 | </summary> |
8068 | 8085 | </member> |
8069 | | - <member name="M:NUnit.Framework.Constraints.ConstraintExpression.Matches(NUnit.Framework.Constraints.Constraint)"> |
| 8086 | + <member name="M:NUnit.Framework.Constraints.ConstraintExpression.Matches(NUnit.Framework.Constraints.IResolveConstraint)"> |
8070 | 8087 | <summary> |
8071 | 8088 | Returns the constraint provided as an argument - used to allow custom |
8072 | 8089 | custom constraints to easily participate in the syntax. |
|
10352 | 10369 | <param name="actual">The value to be tested</param> |
10353 | 10370 | <returns>True if no exception is thrown, otherwise false</returns> |
10354 | 10371 | </member> |
| 10372 | + <member name="M:NUnit.Framework.Constraints.ThrowsNothingConstraint.Matches``1(NUnit.Framework.Constraints.ActualValueDelegate{``0})"> |
| 10373 | + <summary> |
| 10374 | + Test whether the constraint is satisfied by a given delegate |
| 10375 | + </summary> |
| 10376 | + <param name="del">Delegate returning the value to be tested</param> |
| 10377 | + <returns>True if no exception is thrown, otherwise false</returns> |
| 10378 | + </member> |
10355 | 10379 | <member name="M:NUnit.Framework.Constraints.ThrowsNothingConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)"> |
10356 | 10380 | <summary> |
10357 | 10381 | Write the constraint description to a MessageWriter |
|
0 commit comments