📄 nunit.framework.xml
字号:
<param name="message">The message to be displayed when the two objects are the same object.</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32,System.String)">
<summary>
Asserts that two uints are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the objects are the same</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32)">
<summary>
Asserts that two uints are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal,System.String,System.Object[])">
<summary>
Asserts that two decimals are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the two objects are the same object.</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal,System.String)">
<summary>
Asserts that two decimals are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the objects are the same</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal)">
<summary>
Asserts that two decimals are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Single,System.Single,System.String,System.Object[])">
<summary>
Asserts that two floats are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the two objects are the same object.</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Single,System.Single,System.String)">
<summary>
Asserts that two floats are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the objects are the same</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Single,System.Single)">
<summary>
Asserts that two floats are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Double,System.Double,System.String,System.Object[])">
<summary>
Asserts that two doubles are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the two objects are the same object.</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Double,System.Double,System.String)">
<summary>
Asserts that two doubles are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the objects are the same</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotEqual(System.Double,System.Double)">
<summary>
Asserts that two doubles are not equal. If they are equal
an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
</member>
<member name="M:NUnit.Framework.Assert.AreSame(System.Object,System.Object,System.String,System.Object[])">
<summary>
Asserts that two objects refer to the same object. If they
are not the same an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the two objects are not the same object.</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreSame(System.Object,System.Object,System.String)">
<summary>
Asserts that two objects refer to the same object. If they
are not the same an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the object is null</param>
</member>
<member name="M:NUnit.Framework.Assert.AreSame(System.Object,System.Object)">
<summary>
Asserts that two objects refer to the same object. If they
are not the same an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotSame(System.Object,System.Object,System.String,System.Object[])">
<summary>
Asserts that two objects do not refer to the same object. If they
are the same an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the two objects are the same object.</param>
<param name="args">Arguments to be used in formatting the message</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotSame(System.Object,System.Object,System.String)">
<summary>
Asserts that two objects do not refer to the same object. If they
are the same an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="message">The message to be displayed when the objects are the same</param>
</member>
<member name="M:NUnit.Framework.Assert.AreNotSame(System.Object,System.Object)">
<summary>
Asserts that two objects do not refer to the same object. If they
are the same an <see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.Int32,System.Int32,System.String,System.Object[])">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</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.Greater(System.Int32,System.Int32,System.String)">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.Int32,System.Int32)">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</param>
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.UInt32,System.UInt32,System.String,System.Object[])">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</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.Greater(System.UInt32,System.UInt32,System.String)">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.UInt32,System.UInt32)">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</param>
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.Decimal,System.Decimal,System.String,System.Object[])">
<summary>
Verifies that the first value is greater than the second
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be greater</param>
<param name="arg2">The second value, expected to be less</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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -