forked from SolrNet/SolrNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMbUnit35.xml
47 lines (47 loc) · 2.82 KB
/
MbUnit35.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<doc>
<assembly>
<name>MbUnit35</name>
</assembly>
<members>
<member name="T:MbUnit.Framework.AssertEx">
<summary>
Provides extended assertions for .Net 3.5.
</summary>
</member>
<member name="M:MbUnit.Framework.AssertEx.That(System.Linq.Expressions.Expression{System.Func{System.Boolean}})">
<summary>
Verifies that a particular condition holds true.
</summary>
<remarks>
<para>
If the condition evaluates to false, the assertion failure message will
describe in detail the intermediate value of relevant sub-expressions within
the condition. Consequently the assertion failure will include more diagnostic
information than if <see cref="M:MbUnit.Framework.Assert.IsTrue(System.Boolean)"/> were used instead.
</para>
</remarks>
<param name="condition">The conditional expression to evaluate.</param>
<exception cref="T:System.ArgumentNullException">Thrown if <paramref name="condition"/> is null.</exception>
<exception cref="T:Gallio.Framework.Assertions.AssertionException">Thrown if the verification failed unless the current <see cref="P:Gallio.Framework.Assertions.AssertionContext.AssertionFailureBehavior"/> indicates otherwise.</exception>
</member>
<member name="M:MbUnit.Framework.AssertEx.That(System.Linq.Expressions.Expression{System.Func{System.Boolean}},System.String,System.Object[])">
<summary>
Verifies that a particular condition holds true.
</summary>
<remarks>
<para>
If the condition evaluates to false, the assertion failure message will
describe in detail the intermediate value of relevant sub-expressions within
the condition. Consequently the assertion failure will include more diagnostic
information than if <see cref="M:MbUnit.Framework.Assert.IsTrue(System.Boolean,System.String,System.Object[])"/> were used instead.
</para>
</remarks>
<param name="condition">The conditional expression to evaluate.</param>
<param name="messageFormat">The custom assertion message format, or null if none.</param>
<param name="messageArgs">The custom assertion message arguments, or null if none.</param>
<exception cref="T:System.ArgumentNullException">Thrown if <paramref name="condition"/> is null.</exception>
<exception cref="T:Gallio.Framework.Assertions.AssertionException">Thrown if the verification failed unless the current <see cref="P:Gallio.Framework.Assertions.AssertionContext.AssertionFailureBehavior"/> indicates otherwise.</exception>
</member>
</members>
</doc>