📄 nunit.framework.xml
字号:
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.Decimal,System.Decimal,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.Decimal,System.Decimal)">
<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.Double,System.Double,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.Double,System.Double,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.Double,System.Double)">
<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.Single,System.Single,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.Single,System.Single,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.Single,System.Single)">
<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.IComparable,System.IComparable,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.IComparable,System.IComparable,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.IComparable,System.IComparable)">
<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.Less(System.Int32,System.Int32,System.String,System.Object[])">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</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.Less(System.Int32,System.Int32,System.String)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.Int32,System.Int32)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.UInt32,System.UInt32,System.String,System.Object[])">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</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.Less(System.UInt32,System.UInt32,System.String)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.UInt32,System.UInt32)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.Decimal,System.Decimal,System.String,System.Object[])">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</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.Less(System.Decimal,System.Decimal,System.String)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.Decimal,System.Decimal)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.Double,System.Double,System.String,System.Object[])">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</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.Less(System.Double,System.Double,System.String)">
<summary>
Verifies that the first value is less than the second
value. If it is not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown.
</summary>
<param name="arg1">The first value, expected to be less</param>
<param name="arg2">The second value, expected to be greater</param>
<param name="message">The message that will be displayed on failure</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.Double,System.Double)">
<summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -