Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
2.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<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.#ctor">
<summary>Initializes a new instance of the <see cref="T:MbUnit.Framework.AssertEx" /> class</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>
<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>
<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>