📄 nunit.framework.xml
字号:
<summary>
Verifies that the double is passed is an <code>NaN</code> value.
If the object is not <code>NaN</code> then an <see cref="T:NUnit.Framework.AssertionException"/>
is thrown.
</summary>
<param name="aDouble">The object that is to be tested</param>
<param name="message">The message to be displayed when the object is not null</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNaN(System.Double)">
<summary>
Verifies that the double is passed is an <code>NaN</code> value.
If the object is not <code>NaN</code> then an <see cref="T:NUnit.Framework.AssertionException"/>
is thrown.
</summary>
<param name="aDouble">The object that is to be tested</param>
</member>
<member name="M:NUnit.Framework.Assert.IsEmpty(System.String,System.String,System.Object[])">
<summary>
Assert that a string is empty - that is equal to string.Emtpy
</summary>
<param name="aString">The string to be tested</param>
<param name="message">The message to be displayed on failure</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsEmpty(System.String,System.String)">
<summary>
Assert that a string is empty - that is equal to string.Emtpy
</summary>
<param name="aString">The string to be tested</param>
<param name="message">The message to be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsEmpty(System.String)">
<summary>
Assert that a string is empty - that is equal to string.Emtpy
</summary>
<param name="aString">The string to be tested</param>
</member>
<member name="M:NUnit.Framework.Assert.IsEmpty(System.Collections.ICollection,System.String,System.Object[])">
<summary>
Assert that an array, list or other collection is empty
</summary>
<param name="collection">An array, list or other collection implementing ICollection</param>
<param name="message">The message to be displayed on failure</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsEmpty(System.Collections.ICollection,System.String)">
<summary>
Assert that an array, list or other collection is empty
</summary>
<param name="collection">An array, list or other collection implementing ICollection</param>
<param name="message">The message to be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsEmpty(System.Collections.ICollection)">
<summary>
Assert that an array,list or other collection is empty
</summary>
<param name="collection">An array, list or other collection implementing ICollection</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotEmpty(System.String,System.String,System.Object[])">
<summary>
Assert that a string is empty - that is equal to string.Emtpy
</summary>
<param name="aString">The string to be tested</param>
<param name="message">The message to be displayed on failure</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotEmpty(System.String,System.String)">
<summary>
Assert that a string is empty - that is equal to string.Emtpy
</summary>
<param name="aString">The string to be tested</param>
<param name="message">The message to be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotEmpty(System.String)">
<summary>
Assert that a string is empty - that is equal to string.Emtpy
</summary>
<param name="aString">The string to be tested</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection,System.String,System.Object[])">
<summary>
Assert that an array, list or other collection is empty
</summary>
<param name="collection">An array, list or other collection implementing ICollection</param>
<param name="message">The message to be displayed on failure</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection,System.String)">
<summary>
Assert that an array, list or other collection is empty
</summary>
<param name="collection">An array, list or other collection implementing ICollection</param>
<param name="message">The message to be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection)">
<summary>
Assert that an array,list or other collection is empty
</summary>
<param name="collection">An array, list or other collection implementing ICollection</param>
</member>
<member name="M:NUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object)">
<summary>
Asserts that an object may be assigned a value of a given Type.
</summary>
<param name="expected">The expected Type.</param>
<param name="actual">The object under examination</param>
</member>
<member name="M:NUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object,System.String)">
<summary>
Asserts that an object may be assigned a value of a given Type.
</summary>
<param name="expected">The expected Type.</param>
<param name="actual">The object under examination</param>
<param name="message">The messge to display in case of failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object,System.String,System.Object[])">
<summary>
Asserts that an object may be assigned a value of a given Type.
</summary>
<param name="expected">The expected Type.</param>
<param name="actual">The object under examination</param>
<param name="message">The message to display in case of failure</param>
<param name="args">Array of objects to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object)">
<summary>
Asserts that an object may not be assigned a value of a given Type.
</summary>
<param name="expected">The expected Type.</param>
<param name="actual">The object under examination</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object,System.String)">
<summary>
Asserts that an object may not be assigned a value of a given Type.
</summary>
<param name="expected">The expected Type.</param>
<param name="actual">The object under examination</param>
<param name="message">The messge to display in case of failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object,System.String,System.Object[])">
<summary>
Asserts that an object may not be assigned a value of a given Type.
</summary>
<param name="expected">The expected Type.</param>
<param name="actual">The object under examination</param>
<param name="message">The message to display in case of failure</param>
<param name="args">Array of objects to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object)">
<summary>
Asserts that an object is an instance of a given type.
</summary>
<param name="expected">The expected Type</param>
<param name="actual">The object being examined</param>
</member>
<member name="M:NUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object,System.String)">
<summary>
Asserts that an object is an instance of a given type.
</summary>
<param name="expected">The expected Type</param>
<param name="actual">The object being examined</param>
<param name="message">A message to display in case of failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object,System.String,System.Object[])">
<summary>
Asserts that an object is an instance of a given type.
</summary>
<param name="expected">The expected Type</param>
<param name="actual">The object being examined</param>
<param name="message">A message to display in case of failure</param>
<param name="args">An array of objects to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object)">
<summary>
Asserts that an object is not an instance of a given type.
</summary>
<param name="expected">The expected Type</param>
<param name="actual">The object being examined</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object,System.String)">
<summary>
Asserts that an object is not an instance of a given type.
</summary>
<param name="expected">The expected Type</param>
<param name="actual">The object being examined</param>
<param name="message">A message to display in case of failure</param>
</member>
<member name="M:NUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object,System.String,System.Object[])">
<summary>
Asserts that an object is not an instance of a given type.
</summary>
<param name="expected">The expected Type</param>
<param name="actual">The object being examined</param>
<param name="message">A message to display in case of failure</param>
<param name="args">An array of objects to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreEqual(System.Int32,System.Int32,System.String,System.Object[])">
<summary>
Verifies that two ints are equal. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
<param name="message">The message that will be displayed on failure</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreEqual(System.Int32,System.Int32,System.String)">
<summary>
Verifies that two ints are equal. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.AreEqual(System.Int32,System.Int32)">
<summary>
Verifies that two ints are equal. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
</member>
<member name="M:NUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal,System.String,System.Object[])">
<summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -