Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2018-08-30 00:26:18 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-08-30 00:33:19 +0300
commit82ef0d015d50335d470419b2b55c7ef3ddde5c7c (patch)
tree474648403d0d722b348a1d7c9087c00c87726666 /mdoc/Test/en.expected.importecmadoc
parent4b629cb703f86a99c4453c0cab74fad244230fea (diff)
removed the exception flag on integration tests.
An updated local version of mdoc started causing test output changes which clashed with the CI build agent's config. So this change removes this functionality from the integration tests, and adds a few unit tests that tests the exception functionality. Closes #341
Diffstat (limited to 'mdoc/Test/en.expected.importecmadoc')
-rw-r--r--mdoc/Test/en.expected.importecmadoc/System/Array.xml6
-rw-r--r--mdoc/Test/en.expected.importecmadoc/System/Environment.xml2
2 files changed, 0 insertions, 8 deletions
diff --git a/mdoc/Test/en.expected.importecmadoc/System/Array.xml b/mdoc/Test/en.expected.importecmadoc/System/Array.xml
index 2a6313fe..52aa128d 100644
--- a/mdoc/Test/en.expected.importecmadoc/System/Array.xml
+++ b/mdoc/Test/en.expected.importecmadoc/System/Array.xml
@@ -131,8 +131,6 @@ and the second dimension indexed by 1, 2, and 3. </para>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
- <exception cref="T:System.NotImplementedException">To be added; from:
- <see cref="M:System.Array.AsReadOnly``1(``0[])" /></exception>
</Docs>
</Member>
<Member MemberName="ConvertAll&lt;TInput,TOutput&gt;">
@@ -169,8 +167,6 @@ and the second dimension indexed by 1, 2, and 3. </para>
<remarks>
<para>The <see cref="T:System.Converter&lt;T,U&gt;" /> is a delegate that converts an array element to the target type. The elements of <paramref name="array" /> are individually passed to this converter, and the converted elements are saved in the new array. The source array remains unchanged.</para>
</remarks>
- <exception cref="T:System.InvalidOperationException">To be added; from:
- <see cref="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})" /></exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is <see langword="null" /> or <paramref name="converter" /> is <see langword="null" />.</exception>
</Docs>
@@ -208,8 +204,6 @@ and the second dimension indexed by 1, 2, and 3. </para>
<para>If array is <see langword="null" />, this method creates a new array with the specified size.</para>
<para>If array is not <see langword="null" />, then if <paramref name="newSize" /> is equal to <see cref="P:System.Array.Length" /> of the old array, this method does nothing. Otherwise, this method allocates a new array with the specified size, copies elements from the old array to the new one, and then assigns the new array reference to the array parameter. If <paramref name="newSize" /> is greater than <see cref="P:System.Array.Length" /> of the old array, a new array is allocated and all the elements are copied from the old array to the new one. If <paramref name="newSize" /> is less than <see cref="P:System.Array.Length" /> of the old array, a new array is allocated and elements are copied from the old array to the new one until the new one is filled; the rest of the elements in the old array are ignored.</para>
</remarks>
- <exception cref="T:System.Exception">To be added; from:
- <see cref="M:System.Array.Resize``1(``0[]@,System.Int32)" /></exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<para>
<paramref name="newSize" /> is less than zero.</para>
diff --git a/mdoc/Test/en.expected.importecmadoc/System/Environment.xml b/mdoc/Test/en.expected.importecmadoc/System/Environment.xml
index 83b5196f..37adcf3e 100644
--- a/mdoc/Test/en.expected.importecmadoc/System/Environment.xml
+++ b/mdoc/Test/en.expected.importecmadoc/System/Environment.xml
@@ -78,8 +78,6 @@
property.</para>
</block>
</remarks>
- <exception cref="T:System.NotSupportedException">To be added; from:
- <see cref="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)" /></exception>
<exception cref="T:System.ArgumentException">foo</exception>
<permission cref="T:System.SomePermission">bar</permission>
<altmember cref="T:System.SomeMember">alt member</altmember>