📄 nunit.framework.xml
字号:
For instance 5 > 4 would be written Assert.Greater(5,4).
</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.Greater(System.Single,System.Single,System.String)">
<summary>
Verifies that the actual value is greater than the expected
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown. For this method
expected and actual are reversed from their normal order to
more closely fit the way this operation would read in english.
For instance 5 > 4 would be written Assert.Greater(5,4).
</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.Greater(System.Single,System.Single)">
<summary>
Verifies that the actual value is greater than the expected
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown. For this method
expected and actual are reversed from their normal order to
more closely fit the way this operation would read in english.
For instance 5 > 4 would be written Assert.Greater(5,4).
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
</member>
<member name="M:NUnit.Framework.Assert.Greater(System.IComparable,System.IComparable,System.String,System.Object[])">
<summary>
Verifies that the actual value is greater than the expected
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown. For this method
expected and actual are reversed from their normal order to
more closely fit the way this operation would read in english.
For instance 5 > 4 would be written Assert.Greater(5,4).
</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.Greater(System.IComparable,System.IComparable,System.String)">
<summary>
Verifies that the actual value is greater than the expected
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown. For this method
expected and actual are reversed from their normal order to
more closely fit the way this operation would read in english.
For instance 5 > 4 would be written Assert.Greater(5,4).
</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.Greater(System.IComparable,System.IComparable)">
<summary>
Verifies that the actual value is greater than the expected
value. If they are not, then an
<see cref="T:NUnit.Framework.AssertionException"/> is thrown. For this method
expected and actual are reversed from their normal order to
more closely fit the way this operation would read in english.
For instance 5 > 4 would be written Assert.Greater(5,4).
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
</member>
<member name="M:NUnit.Framework.Assert.Less(System.Int32,System.Int32,System.String,System.Object[])">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Int32,System.Int32,System.String)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Int32,System.Int32)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Decimal,System.Decimal,System.String,System.Object[])">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Decimal,System.Decimal,System.String)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Decimal,System.Decimal)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Double,System.Double,System.String,System.Object[])">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Double,System.Double,System.String)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Double,System.Double)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Single,System.Single,System.String,System.Object[])">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Single,System.Single,System.String)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.Single,System.Single)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.IComparable,System.IComparable,System.String,System.Object[])">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.IComparable,System.IComparable,System.String)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Less(System.IComparable,System.IComparable)">
<summary>
Verifies that the expected value is less than the actual
value. 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.Contains(System.Object,System.Collections.IList,System.String,System.Object[])">
<summary>
Asserts that an object is con
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -