/GalaSoft.MvvmLight/External/SL4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml

# · XML · 3429 lines · 3426 code · 3 blank · 0 comment · 0 complexity · 0f0873ec27f4cce2855b1adfe826c37a MD5 · raw file

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.UrlToTestAttribute">
  8. <summary>
  9. UrlToTest specifies the url that should be requested to give context to the test.
  10. </summary>
  11. </member>
  12. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.UrlToTestAttribute.#ctor(System.String)">
  13. <summary>
  14. An unused attribute.
  15. </summary>
  16. <param name="urlToTest"></param>
  17. </member>
  18. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.UrlToTestAttribute.UrlToTest">
  19. <summary>
  20. Gets the URL to test.
  21. </summary>
  22. </member>
  23. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute">
  24. <summary>
  25. AspNetDevelopmentServer specifies the settings to be used for the
  26. ASP.NET Development Server for the test.
  27. </summary>
  28. </member>
  29. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.#ctor(System.String,System.String)">
  30. <summary>
  31. Initializes the AspNetDevelopmentServerAttribute.
  32. </summary>
  33. <param name="name">The name.</param>
  34. <param name="pathToWebApp">The path to web app.</param>
  35. </member>
  36. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.#ctor(System.String,System.String,System.String)">
  37. <summary>
  38. Initializes the AspNetDevelopmentServerAttribute.
  39. </summary>
  40. <param name="name">The name.</param>
  41. <param name="pathToWebApp">The path to web app.</param>
  42. <param name="webAppRoot">The web app root.</param>
  43. </member>
  44. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.Name">
  45. <summary>
  46. Gets the name.
  47. </summary>
  48. </member>
  49. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.PathToWebApp">
  50. <summary>
  51. Gets the PathToWebApp.
  52. </summary>
  53. </member>
  54. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.WebAppRoot">
  55. <summary>
  56. Gets the web app root.
  57. </summary>
  58. </member>
  59. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute">
  60. <summary>
  61. AspNetDevelopmentServerHost specifies the settings to be used when
  62. ASP.NET Development Server is the host server for the test.
  63. </summary>
  64. </member>
  65. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.#ctor(System.String)">
  66. <summary>
  67. Initializes the AspNetDevelopmentServerHostAttribute.
  68. </summary>
  69. <param name="pathToWebApp">The path to the web app.</param>
  70. </member>
  71. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.#ctor(System.String,System.String)">
  72. <summary>
  73. Initializes the AspNetDevelopmentServerHostAttribute.
  74. </summary>
  75. <param name="pathToWebApp">The path to the web app.</param>
  76. <param name="webAppRoot">The web app root.</param>
  77. </member>
  78. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.PathToWebApp">
  79. <summary>
  80. Gets the path to the web application.
  81. </summary>
  82. </member>
  83. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.WebAppRoot">
  84. <summary>
  85. Gets the WebAppRoot.
  86. </summary>
  87. </member>
  88. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute">
  89. <summary>
  90. For ASP.NET sites that require basic authentication, specify the
  91. user name and password using the Credential attribute.
  92. WARNING: The password is stored in plain text in source code
  93. and in the compiled assembly. Restrict access to the source code
  94. and assembly to protect this sensitive information.
  95. </summary>
  96. </member>
  97. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.#ctor(System.String,System.String)">
  98. <summary>
  99. Specify the user name and password needed to access the web site under test.
  100. </summary>
  101. <param name="userName">The user name.</param>
  102. <param name="password">
  103. The password. WARNING: The password is stored in plain text in source code
  104. and in the compiled assembly. Restrict access to the source code and assembly
  105. to protect this sensitive information.
  106. </param>
  107. </member>
  108. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.#ctor(System.String,System.String,System.String)">
  109. <summary>
  110. Specify the user name, password, and domain needed to access the web site under test.
  111. </summary>
  112. <param name="userName">The user name.</param>
  113. <param name="password">
  114. The password. WARNING: The password is stored in plain text in source code
  115. and in the compiled assembly. Restrict access to the source code and assembly
  116. to protect this sensitive information.
  117. </param>
  118. <param name="domain">The domain.</param>
  119. </member>
  120. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.UserName">
  121. <summary>
  122. Gets the user name.
  123. </summary>
  124. </member>
  125. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.Password">
  126. <summary>
  127. Gets the password.
  128. </summary>
  129. </member>
  130. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.Domain">
  131. <summary>
  132. Gets the domain.
  133. </summary>
  134. </member>
  135. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException">
  136. <summary>
  137. Base class for Framework Exceptions, provides localization trick so that messages are in HA locale.
  138. </summary>
  139. </member>
  140. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException.#ctor">
  141. <summary>
  142. Initializes a new UnitTestAssertException.
  143. </summary>
  144. </member>
  145. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException.#ctor(System.String)">
  146. <summary>
  147. Initializes UnitTestAssertException.
  148. </summary>
  149. <param name="msg">The message.</param>
  150. </member>
  151. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException.Message">
  152. <summary>
  153. Gets the Message string.
  154. </summary>
  155. </member>
  156. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  157. <summary>
  158. AssertFailedException class. Used to indicate failure for a test case
  159. </summary>
  160. </member>
  161. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException.#ctor(System.String)">
  162. <summary>
  163. Initializes a new AssertFailedException.
  164. </summary>
  165. <param name="message">The message.</param>
  166. </member>
  167. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException.#ctor(System.String,System.Exception)">
  168. <summary>
  169. AssertFailedException
  170. </summary>
  171. <param name="message">The message.</param>
  172. <param name="inner">The inner exception.</param>
  173. </member>
  174. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException">
  175. <summary>
  176. The AssertInconclusiveException class.
  177. </summary>
  178. </member>
  179. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException.#ctor(System.String)">
  180. <summary>
  181. Initializes a new AssertInconclusiveException.
  182. </summary>
  183. <param name="message">The message.</param>
  184. </member>
  185. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException.#ctor(System.String,System.Exception)">
  186. <summary>
  187. Initializes a new AssertInconclusiveException.
  188. </summary>
  189. <param name="message">The message.</param>
  190. <param name="inner">The inner exception.</param>
  191. </member>
  192. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException.#ctor">
  193. <summary>
  194. Initializes a new AssertInconclusiveException.
  195. </summary>
  196. </member>
  197. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.InternalTestFailureException">
  198. <summary>
  199. InternalTestFailureException class. Used to indicate internal failure
  200. for a test case.
  201. </summary>
  202. </member>
  203. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.InternalTestFailureException.#ctor(System.String)">
  204. <summary>
  205. Initializes a new InternalTestFailureException.
  206. </summary>
  207. <param name="message">The message.</param>
  208. </member>
  209. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.InternalTestFailureException.#ctor(System.String,System.Exception)">
  210. <summary>
  211. Initializes a new InternalTestFailureException.
  212. </summary>
  213. <param name="message">The message.</param>
  214. <param name="inner">The inner exception.</param>
  215. </member>
  216. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.InternalTestFailureException.#ctor">
  217. <summary>
  218. Initializes a new InternalTestFailureException.
  219. </summary>
  220. </member>
  221. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Assert">
  222. <summary>
  223. A collection of helper classes to test various conditions within
  224. unit tests. If the condition being tested is not met, an exception
  225. is thrown.
  226. </summary>
  227. </member>
  228. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.error">
  229. <summary>
  230. </summary>
  231. </member>
  232. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(System.Boolean)">
  233. <summary>
  234. Tests whether the specified condition is true and throws an exception
  235. if the condition is false.
  236. </summary>
  237. <param name="condition">The condition the test expects to be true.</param>
  238. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  239. Thrown if <paramref name="condition"/> is false.
  240. </exception>
  241. </member>
  242. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(System.Boolean,System.String)">
  243. <summary>
  244. Tests whether the specified condition is true and throws an exception
  245. if the condition is false.
  246. </summary>
  247. <param name="condition">The condition the test expects to be true.</param>
  248. <param name="message">
  249. The message to include in the exception when <paramref name="condition"/>
  250. is false. The message is shown in test results.
  251. </param>
  252. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  253. Thrown if <paramref name="condition"/> is false.
  254. </exception>
  255. </member>
  256. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(System.Boolean,System.String,System.Object[])">
  257. <summary>
  258. Tests whether the specified condition is true and throws an exception
  259. if the condition is false.
  260. </summary>
  261. <param name="condition">The condition the test expects to be true.</param>
  262. <param name="message">
  263. The message to include in the exception when <paramref name="condition"/>
  264. is false. The message is shown in test results.
  265. </param>
  266. <param name="parameters">
  267. An array of parameters to use when formatting <paramref name="message"/>.
  268. </param>
  269. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  270. Thrown if <paramref name="condition"/> is false.
  271. </exception>
  272. </member>
  273. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsFalse(System.Boolean)">
  274. <summary>
  275. Tests whether the specified condition is false and throws an exception
  276. if the condition is true.
  277. </summary>
  278. <param name="condition">The condition the test expects to be false.</param>
  279. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  280. Thrown if <paramref name="condition"/> is true.
  281. </exception>
  282. </member>
  283. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsFalse(System.Boolean,System.String)">
  284. <summary>
  285. Tests whether the specified condition is false and throws an exception
  286. if the condition is true.
  287. </summary>
  288. <param name="condition">The condition the test expects to be false.</param>
  289. <param name="message">
  290. The message to include in the exception when <paramref name="condition"/>
  291. is true. The message is shown in test results.
  292. </param>
  293. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  294. Thrown if <paramref name="condition"/> is true.
  295. </exception>
  296. </member>
  297. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsFalse(System.Boolean,System.String,System.Object[])">
  298. <summary>
  299. Tests whether the specified condition is false and throws an exception
  300. if the condition is true.
  301. </summary>
  302. <param name="condition">The condition the test expects to be false.</param>
  303. <param name="message">
  304. The message to include in the exception when <paramref name="condition"/>
  305. is true. The message is shown in test results.
  306. </param>
  307. <param name="parameters">
  308. An array of parameters to use when formatting <paramref name="message"/>.
  309. </param>
  310. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  311. Thrown if <paramref name="condition"/> is true.
  312. </exception>
  313. </member>
  314. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNull(System.Object)">
  315. <summary>
  316. Tests whether the specified object is null and throws an exception
  317. if it is not.
  318. </summary>
  319. <param name="value">The object the test expects to be null.</param>
  320. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  321. Thrown if <paramref name="value"/> is not null.
  322. </exception>
  323. </member>
  324. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNull(System.Object,System.String)">
  325. <summary>
  326. Tests whether the specified object is null and throws an exception
  327. if it is not.
  328. </summary>
  329. <param name="value">The object the test expects to be null.</param>
  330. <param name="message">
  331. The message to include in the exception when <paramref name="value"/>
  332. is not null. The message is shown in test results.
  333. </param>
  334. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  335. Thrown if <paramref name="value"/> is not null.
  336. </exception>
  337. </member>
  338. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNull(System.Object,System.String,System.Object[])">
  339. <summary>
  340. Tests whether the specified object is null and throws an exception
  341. if it is not.
  342. </summary>
  343. <param name="value">The object the test expects to be null.</param>
  344. <param name="message">
  345. The message to include in the exception when <paramref name="value"/>
  346. is not null. The message is shown in test results.
  347. </param>
  348. <param name="parameters">
  349. An array of parameters to use when formatting <paramref name="message"/>.
  350. </param>
  351. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  352. Thrown if <paramref name="value"/> is not null.
  353. </exception>
  354. </member>
  355. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(System.Object)">
  356. <summary>
  357. Tests whether the specified object is non-null and throws an exception
  358. if it is null.
  359. </summary>
  360. <param name="value">The object the test expects not to be null.</param>
  361. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  362. Thrown if <paramref name="value"/> is null.
  363. </exception>
  364. </member>
  365. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(System.Object,System.String)">
  366. <summary>
  367. Tests whether the specified object is non-null and throws an exception
  368. if it is null.
  369. </summary>
  370. <param name="value">The object the test expects not to be null.</param>
  371. <param name="message">
  372. The message to include in the exception when <paramref name="value"/>
  373. is null. The message is shown in test results.
  374. </param>
  375. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  376. Thrown if <paramref name="value"/> is null.
  377. </exception>
  378. </member>
  379. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(System.Object,System.String,System.Object[])">
  380. <summary>
  381. Tests whether the specified object is non-null and throws an exception
  382. if it is null.
  383. </summary>
  384. <param name="value">The object the test expects not to be null.</param>
  385. <param name="message">
  386. The message to include in the exception when <paramref name="value"/>
  387. is null. The message is shown in test results.
  388. </param>
  389. <param name="parameters">
  390. An array of parameters to use when formatting <paramref name="message"/>.
  391. </param>
  392. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  393. Thrown if <paramref name="value"/> is null.
  394. </exception>
  395. </member>
  396. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreSame(System.Object,System.Object)">
  397. <summary>
  398. Tests whether the specified objects both refer to the same object and
  399. throws an exception if the two inputs do not refer to the same object.
  400. </summary>
  401. <param name="expected">
  402. The first object to compare. This is the value the test expects.
  403. </param>
  404. <param name="actual">
  405. The second object to compare. This is the value produced by the code under test.
  406. </param>
  407. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  408. Thrown if <paramref name="expected"/> does not refer to the same object
  409. as <paramref name="actual"/>.
  410. </exception>
  411. </member>
  412. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreSame(System.Object,System.Object,System.String)">
  413. <summary>
  414. Tests whether the specified objects both refer to the same object and
  415. throws an exception if the two inputs do not refer to the same object.
  416. </summary>
  417. <param name="expected">
  418. The first object to compare. This is the value the test expects.
  419. </param>
  420. <param name="actual">
  421. The second object to compare. This is the value produced by the code under test.
  422. </param>
  423. <param name="message">
  424. The message to include in the exception when <paramref name="actual"/>
  425. is not the same as <paramref name="expected"/>. The message is shown
  426. in test results.
  427. </param>
  428. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  429. Thrown if <paramref name="expected"/> does not refer to the same object
  430. as <paramref name="actual"/>.
  431. </exception>
  432. </member>
  433. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreSame(System.Object,System.Object,System.String,System.Object[])">
  434. <summary>
  435. Tests whether the specified objects both refer to the same object and
  436. throws an exception if the two inputs do not refer to the same object.
  437. </summary>
  438. <param name="expected">
  439. The first object to compare. This is the value the test expects.
  440. </param>
  441. <param name="actual">
  442. The second object to compare. This is the value produced by the code under test.
  443. </param>
  444. <param name="message">
  445. The message to include in the exception when <paramref name="actual"/>
  446. is not the same as <paramref name="expected"/>. The message is shown
  447. in test results.
  448. </param>
  449. <param name="parameters">
  450. An array of parameters to use when formatting <paramref name="message"/>.
  451. </param>
  452. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  453. Thrown if <paramref name="expected"/> does not refer to the same object
  454. as <paramref name="actual"/>.
  455. </exception>
  456. </member>
  457. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotSame(System.Object,System.Object)">
  458. <summary>
  459. Tests whether the specified objects refer to different objects and
  460. throws an exception if the two inputs refer to the same object.
  461. </summary>
  462. <param name="notExpected">
  463. The first object to compare. This is the value the test expects not
  464. to match <paramref name="actual"/>.
  465. </param>
  466. <param name="actual">
  467. The second object to compare. This is the value produced by the code under test.
  468. </param>
  469. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  470. Thrown if <paramref name="notExpected"/> refers to the same object
  471. as <paramref name="actual"/>.
  472. </exception>
  473. </member>
  474. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotSame(System.Object,System.Object,System.String)">
  475. <summary>
  476. Tests whether the specified objects refer to different objects and
  477. throws an exception if the two inputs refer to the same object.
  478. </summary>
  479. <param name="notExpected">
  480. The first object to compare. This is the value the test expects not
  481. to match <paramref name="actual"/>.
  482. </param>
  483. <param name="actual">
  484. The second object to compare. This is the value produced by the code under test.
  485. </param>
  486. <param name="message">
  487. The message to include in the exception when <paramref name="actual"/>
  488. is the same as <paramref name="notExpected"/>. The message is shown in
  489. test results.
  490. </param>
  491. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  492. Thrown if <paramref name="notExpected"/> refers to the same object
  493. as <paramref name="actual"/>.
  494. </exception>
  495. </member>
  496. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotSame(System.Object,System.Object,System.String,System.Object[])">
  497. <summary>
  498. Tests whether the specified objects refer to different objects and
  499. throws an exception if the two inputs refer to the same object.
  500. </summary>
  501. <param name="notExpected">
  502. The first object to compare. This is the value the test expects not
  503. to match <paramref name="actual"/>.
  504. </param>
  505. <param name="actual">
  506. The second object to compare. This is the value produced by the code under test.
  507. </param>
  508. <param name="message">
  509. The message to include in the exception when <paramref name="actual"/>
  510. is the same as <paramref name="notExpected"/>. The message is shown in
  511. test results.
  512. </param>
  513. <param name="parameters">
  514. An array of parameters to use when formatting <paramref name="message"/>.
  515. </param>
  516. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  517. Thrown if <paramref name="notExpected"/> refers to the same object
  518. as <paramref name="actual"/>.
  519. </exception>
  520. </member>
  521. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual``1(``0,``0)">
  522. <summary>
  523. Tests whether the specified values are equal and throws an exception
  524. if the two values are not equal. Different numeric types are treated
  525. as unequal even if the logical values are equal. 42L is not equal to 42.
  526. </summary>
  527. <typeparam name="T">The type of values to compare.</typeparam>
  528. <param name="expected">
  529. The first value to compare. This is the value the tests expects.
  530. </param>
  531. <param name="actual">
  532. The second value to compare. This is the value produced by the code under test.
  533. </param>
  534. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  535. Thrown if <paramref name="expected"/> is not equal to
  536. <paramref name="actual"/>.
  537. </exception>
  538. </member>
  539. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual``1(``0,``0,System.String)">
  540. <summary>
  541. Tests whether the specified values are equal and throws an exception
  542. if the two values are not equal. Different numeric types are treated
  543. as unequal even if the logical values are equal. 42L is not equal to 42.
  544. </summary>
  545. <typeparam name="T">The type of values to compare.</typeparam>
  546. <param name="expected">
  547. The first value to compare. This is the value the tests expects.
  548. </param>
  549. <param name="actual">
  550. The second value to compare. This is the value produced by the code under test.
  551. </param>
  552. <param name="message">
  553. The message to include in the exception when <paramref name="actual"/>
  554. is not equal to <paramref name="expected"/>. The message is shown in
  555. test results.
  556. </param>
  557. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  558. Thrown if <paramref name="expected"/> is not equal to
  559. <paramref name="actual"/>.
  560. </exception>
  561. </member>
  562. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual``1(``0,``0,System.String,System.Object[])">
  563. <summary>
  564. Tests whether the specified values are equal and throws an exception
  565. if the two values are not equal. Different numeric types are treated
  566. as unequal even if the logical values are equal. 42L is not equal to 42.
  567. </summary>
  568. <typeparam name="T">The type of values to compare.</typeparam>
  569. <param name="expected">
  570. The first value to compare. This is the value the tests expects.
  571. </param>
  572. <param name="actual">
  573. The second value to compare. This is the value produced by the code under test.
  574. </param>
  575. <param name="message">
  576. The message to include in the exception when <paramref name="actual"/>
  577. is not equal to <paramref name="expected"/>. The message is shown in
  578. test results.
  579. </param>
  580. <param name="parameters">
  581. An array of parameters to use when formatting <paramref name="message"/>.
  582. </param>
  583. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  584. Thrown if <paramref name="expected"/> is not equal to
  585. <paramref name="actual"/>.
  586. </exception>
  587. </member>
  588. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual``1(``0,``0)">
  589. <summary>
  590. Tests whether the specified values are unequal and throws an exception
  591. if the two values are equal. Different numeric types are treated
  592. as unequal even if the logical values are equal. 42L is not equal to 42.
  593. </summary>
  594. <typeparam name="T">The type of values to compare.</typeparam>
  595. <param name="notExpected">
  596. The first value to compare. This is the value the test expects not
  597. to match <paramref name="actual"/>.
  598. </param>
  599. <param name="actual">
  600. The second value to compare. This is the value produced by the code under test.
  601. </param>
  602. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  603. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  604. </exception>
  605. </member>
  606. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual``1(``0,``0,System.String)">
  607. <summary>
  608. Tests whether the specified values are unequal and throws an exception
  609. if the two values are equal. Different numeric types are treated
  610. as unequal even if the logical values are equal. 42L is not equal to 42.
  611. </summary>
  612. <typeparam name="T">The type of values to compare.</typeparam>
  613. <param name="notExpected">
  614. The first value to compare. This is the value the test expects not
  615. to match <paramref name="actual"/>.
  616. </param>
  617. <param name="actual">
  618. The second value to compare. This is the value produced by the code under test.
  619. </param>
  620. <param name="message">
  621. The message to include in the exception when <paramref name="actual"/>
  622. is equal to <paramref name="notExpected"/>. The message is shown in
  623. test results.
  624. </param>
  625. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  626. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  627. </exception>
  628. </member>
  629. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual``1(``0,``0,System.String,System.Object[])">
  630. <summary>
  631. Tests whether the specified values are unequal and throws an exception
  632. if the two values are equal. Different numeric types are treated
  633. as unequal even if the logical values are equal. 42L is not equal to 42.
  634. </summary>
  635. <typeparam name="T">The type of values to compare.</typeparam>
  636. <param name="notExpected">
  637. The first value to compare. This is the value the test expects not
  638. to match <paramref name="actual"/>.
  639. </param>
  640. <param name="actual">
  641. The second value to compare. This is the value produced by the code under test.
  642. </param>
  643. <param name="message">
  644. The message to include in the exception when <paramref name="actual"/>
  645. is equal to <paramref name="notExpected"/>. The message is shown in
  646. test results.
  647. </param>
  648. <param name="parameters">
  649. An array of parameters to use when formatting <paramref name="message"/>.
  650. </param>
  651. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  652. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  653. </exception>
  654. </member>
  655. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Object,System.Object)">
  656. <summary>
  657. Tests whether the specified objects are equal and throws an exception
  658. if the two objects are not equal. Different numeric types are treated
  659. as unequal even if the logical values are equal. 42L is not equal to 42.
  660. </summary>
  661. <param name="expected">
  662. The first object to compare. This is the object the tests expects.
  663. </param>
  664. <param name="actual">
  665. The second object to compare. This is the object produced by the code under test.
  666. </param>
  667. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  668. Thrown if <paramref name="expected"/> is not equal to
  669. <paramref name="actual"/>.
  670. </exception>
  671. </member>
  672. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Object,System.Object,System.String)">
  673. <summary>
  674. Tests whether the specified objects are equal and throws an exception
  675. if the two objects are not equal. Different numeric types are treated
  676. as unequal even if the logical values are equal. 42L is not equal to 42.
  677. </summary>
  678. <param name="expected">
  679. The first object to compare. This is the object the tests expects.
  680. </param>
  681. <param name="actual">
  682. The second object to compare. This is the object produced by the code under test.
  683. </param>
  684. <param name="message">
  685. The message to include in the exception when <paramref name="actual"/>
  686. is not equal to <paramref name="expected"/>. The message is shown in
  687. test results.
  688. </param>
  689. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  690. Thrown if <paramref name="expected"/> is not equal to
  691. <paramref name="actual"/>.
  692. </exception>
  693. </member>
  694. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Object,System.Object,System.String,System.Object[])">
  695. <summary>
  696. Tests whether the specified objects are equal and throws an exception
  697. if the two objects are not equal. Different numeric types are treated
  698. as unequal even if the logical values are equal. 42L is not equal to 42.
  699. </summary>
  700. <param name="expected">
  701. The first object to compare. This is the object the tests expects.
  702. </param>
  703. <param name="actual">
  704. The second object to compare. This is the object produced by the code under test.
  705. </param>
  706. <param name="message">
  707. The message to include in the exception when <paramref name="actual"/>
  708. is not equal to <paramref name="expected"/>. The message is shown in
  709. test results.
  710. </param>
  711. <param name="parameters">
  712. An array of parameters to use when formatting <paramref name="message"/>.
  713. </param>
  714. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  715. Thrown if <paramref name="expected"/> is not equal to
  716. <paramref name="actual"/>.
  717. </exception>
  718. </member>
  719. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Object,System.Object)">
  720. <summary>
  721. Tests whether the specified objects are unequal and throws an exception
  722. if the two objects are equal. Different numeric types are treated
  723. as unequal even if the logical values are equal. 42L is not equal to 42.
  724. </summary>
  725. <param name="notExpected">
  726. The first object to compare. This is the value the test expects not
  727. to match <paramref name="actual"/>.
  728. </param>
  729. <param name="actual">
  730. The second object to compare. This is the object produced by the code under test.
  731. </param>
  732. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  733. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  734. </exception>
  735. </member>
  736. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Object,System.Object,System.String)">
  737. <summary>
  738. Tests whether the specified objects are unequal and throws an exception
  739. if the two objects are equal. Different numeric types are treated
  740. as unequal even if the logical values are equal. 42L is not equal to 42.
  741. </summary>
  742. <param name="notExpected">
  743. The first object to compare. This is the value the test expects not
  744. to match <paramref name="actual"/>.
  745. </param>
  746. <param name="actual">
  747. The second object to compare. This is the object produced by the code under test.
  748. </param>
  749. <param name="message">
  750. The message to include in the exception when <paramref name="actual"/>
  751. is equal to <paramref name="notExpected"/>. The message is shown in
  752. test results.
  753. </param>
  754. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  755. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  756. </exception>
  757. </member>
  758. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Object,System.Object,System.String,System.Object[])">
  759. <summary>
  760. Tests whether the specified objects are unequal and throws an exception
  761. if the two objects are equal. Different numeric types are treated
  762. as unequal even if the logical values are equal. 42L is not equal to 42.
  763. </summary>
  764. <param name="notExpected">
  765. The first object to compare. This is the value the test expects not
  766. to match <paramref name="actual"/>.
  767. </param>
  768. <param name="actual">
  769. The second object to compare. This is the object produced by the code under test.
  770. </param>
  771. <param name="message">
  772. The message to include in the exception when <paramref name="actual"/>
  773. is equal to <paramref name="notExpected"/>. The message is shown in
  774. test results.
  775. </param>
  776. <param name="parameters">
  777. An array of parameters to use when formatting <paramref name="message"/>.
  778. </param>
  779. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  780. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  781. </exception>
  782. </member>
  783. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Single,System.Single,System.Single)">
  784. <summary>
  785. Tests whether the specified floats are equal and throws an exception
  786. if they are not equal.
  787. </summary>
  788. <param name="expected">
  789. The first float to compare. This is the float the tests expects.
  790. </param>
  791. <param name="actual">
  792. The second float to compare. This is the float produced by the code under test.
  793. </param>
  794. <param name="delta">
  795. The required accuracy. An exception will be thrown only if
  796. <paramref name="actual"/> is different than <paramref name="expected"/>
  797. by more than <paramref name="delta"/>.
  798. </param>
  799. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  800. Thrown if <paramref name="expected"/> is not equal to
  801. <paramref name="actual"/>.
  802. </exception>
  803. </member>
  804. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Single,System.Single,System.Single,System.String)">
  805. <summary>
  806. Tests whether the specified floats are equal and throws an exception
  807. if they are not equal.
  808. </summary>
  809. <param name="expected">
  810. The first float to compare. This is the float the tests expects.
  811. </param>
  812. <param name="actual">
  813. The second float to compare. This is the float produced by the code under test.
  814. </param>
  815. <param name="delta">
  816. The required accuracy. An exception will be thrown only if
  817. <paramref name="actual"/> is different than <paramref name="expected"/>
  818. by more than <paramref name="delta"/>.
  819. </param>
  820. <param name="message">
  821. The message to include in the exception when <paramref name="actual"/>
  822. is different than <paramref name="expected"/> by more than
  823. <paramref name="delta"/>. The message is shown in test results.
  824. </param>
  825. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  826. Thrown if <paramref name="expected"/> is not equal to
  827. <paramref name="actual"/>.
  828. </exception>
  829. </member>
  830. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Single,System.Single,System.Single,System.String,System.Object[])">
  831. <summary>
  832. Tests whether the specified floats are equal and throws an exception
  833. if they are not equal.
  834. </summary>
  835. <param name="expected">
  836. The first float to compare. This is the float the tests expects.
  837. </param>
  838. <param name="actual">
  839. The second float to compare. This is the float produced by the code under test.
  840. </param>
  841. <param name="delta">
  842. The required accuracy. An exception will be thrown only if
  843. <paramref name="actual"/> is different than <paramref name="expected"/>
  844. by more than <paramref name="delta"/>.
  845. </param>
  846. <param name="message">
  847. The message to include in the exception when <paramref name="actual"/>
  848. is different than <paramref name="expected"/> by more than
  849. <paramref name="delta"/>. The message is shown in test results.
  850. </param>
  851. <param name="parameters">
  852. An array of parameters to use when formatting <paramref name="message"/>.
  853. </param>
  854. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  855. Thrown if <paramref name="expected"/> is not equal to
  856. <paramref name="actual"/>.
  857. </exception>
  858. </member>
  859. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Single,System.Single,System.Single)">
  860. <summary>
  861. Tests whether the specified floats are unequal and throws an exception
  862. if they are equal.
  863. </summary>
  864. <param name="notExpected">
  865. The first float to compare. This is the float the test expects not to
  866. match <paramref name="actual"/>.
  867. </param>
  868. <param name="actual">
  869. The second float to compare. This is the float produced by the code under test.
  870. </param>
  871. <param name="delta">
  872. The required accuracy. An exception will be thrown only if
  873. <paramref name="actual"/> is different than <paramref name="notExpected"/>
  874. by at most <paramref name="delta"/>.
  875. </param>
  876. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  877. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  878. </exception>
  879. </member>
  880. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Single,System.Single,System.Single,System.String)">
  881. <summary>
  882. Tests whether the specified floats are unequal and throws an exception
  883. if they are equal.
  884. </summary>
  885. <param name="notExpected">
  886. The first float to compare. This is the float the test expects not to
  887. match <paramref name="actual"/>.
  888. </param>
  889. <param name="actual">
  890. The second float to compare. This is the float produced by the code under test.
  891. </param>
  892. <param name="delta">
  893. The required accuracy. An exception will be thrown only if
  894. <paramref name="actual"/> is different than <paramref name="notExpected"/>
  895. by at most <paramref name="delta"/>.
  896. </param>
  897. <param name="message">
  898. The message to include in the exception when <paramref name="actual"/>
  899. is equal to <paramref name="notExpected"/> or different by less than
  900. <paramref name="delta"/>. The message is shown in test results.
  901. </param>
  902. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  903. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  904. </exception>
  905. </member>
  906. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Single,System.Single,System.Single,System.String,System.Object[])">
  907. <summary>
  908. Tests whether the specified floats are unequal and throws an exception
  909. if they are equal.
  910. </summary>
  911. <param name="notExpected">
  912. The first float to compare. This is the float the test expects not to
  913. match <paramref name="actual"/>.
  914. </param>
  915. <param name="actual">
  916. The second float to compare. This is the float produced by the code under test.
  917. </param>
  918. <param name="delta">
  919. The required accuracy. An exception will be thrown only if
  920. <paramref name="actual"/> is different than <paramref name="notExpected"/>
  921. by at most <paramref name="delta"/>.
  922. </param>
  923. <param name="message">
  924. The message to include in the exception when <paramref name="actual"/>
  925. is equal to <paramref name="notExpected"/> or different by less than
  926. <paramref name="delta"/>. The message is shown in test results.
  927. </param>
  928. <param name="parameters">
  929. An array of parameters to use when formatting <paramref name="message"/>.
  930. </param>
  931. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  932. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  933. </exception>
  934. </member>
  935. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Double,System.Double,System.Double)">
  936. <summary>
  937. Tests whether the specified doubles are equal and throws an exception
  938. if they are not equal.
  939. </summary>
  940. <param name="expected">
  941. The first double to compare. This is the double the tests expects.
  942. </param>
  943. <param name="actual">
  944. The second double to compare. This is the double produced by the code under test.
  945. </param>
  946. <param name="delta">
  947. The required accuracy. An exception will be thrown only if
  948. <paramref name="actual"/> is different than <paramref name="expected"/>
  949. by more than <paramref name="delta"/>.
  950. </param>
  951. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  952. Thrown if <paramref name="expected"/> is not equal to
  953. <paramref name="actual"/>.
  954. </exception>
  955. </member>
  956. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Double,System.Double,System.Double,System.String)">
  957. <summary>
  958. Tests whether the specified doubles are equal and throws an exception
  959. if they are not equal.
  960. </summary>
  961. <param name="expected">
  962. The first double to compare. This is the double the tests expects.
  963. </param>
  964. <param name="actual">
  965. The second double to compare. This is the double produced by the code under test.
  966. </param>
  967. <param name="delta">
  968. The required accuracy. An exception will be thrown only if
  969. <paramref name="actual"/> is different than <paramref name="expected"/>
  970. by more than <paramref name="delta"/>.
  971. </param>
  972. <param name="message">
  973. The message to include in the exception when <paramref name="actual"/>
  974. is different than <paramref name="expected"/> by more than
  975. <paramref name="delta"/>. The message is shown in test results.
  976. </param>
  977. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  978. Thrown if <paramref name="expected"/> is not equal to
  979. <paramref name="actual"/>.
  980. </exception>
  981. </member>
  982. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.Double,System.Double,System.Double,System.String,System.Object[])">
  983. <summary>
  984. Tests whether the specified doubles are equal and throws an exception
  985. if they are not equal.
  986. </summary>
  987. <param name="expected">
  988. The first double to compare. This is the double the tests expects.
  989. </param>
  990. <param name="actual">
  991. The second double to compare. This is the double produced by the code under test.
  992. </param>
  993. <param name="delta">
  994. The required accuracy. An exception will be thrown only if
  995. <paramref name="actual"/> is different than <paramref name="expected"/>
  996. by more than <paramref name="delta"/>.
  997. </param>
  998. <param name="message">
  999. The message to include in the exception when <paramref name="actual"/>
  1000. is different than <paramref name="expected"/> by more than
  1001. <paramref name="delta"/>. The message is shown in test results.
  1002. </param>
  1003. <param name="parameters">
  1004. An array of parameters to use when formatting <paramref name="message"/>.
  1005. </param>
  1006. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1007. Thrown if <paramref name="expected"/> is not equal to
  1008. <paramref name="actual"/>.
  1009. </exception>
  1010. </member>
  1011. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Double,System.Double,System.Double)">
  1012. <summary>
  1013. Tests whether the specified doubles are unequal and throws an exception
  1014. if they are equal.
  1015. </summary>
  1016. <param name="notExpected">
  1017. The first double to compare. This is the double the test expects not to
  1018. match <paramref name="actual"/>.
  1019. </param>
  1020. <param name="actual">
  1021. The second double to compare. This is the double produced by the code under test.
  1022. </param>
  1023. <param name="delta">
  1024. The required accuracy. An exception will be thrown only if
  1025. <paramref name="actual"/> is different than <paramref name="notExpected"/>
  1026. by at most <paramref name="delta"/>.
  1027. </param>
  1028. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1029. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1030. </exception>
  1031. </member>
  1032. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Double,System.Double,System.Double,System.String)">
  1033. <summary>
  1034. Tests whether the specified doubles are unequal and throws an exception
  1035. if they are equal.
  1036. </summary>
  1037. <param name="notExpected">
  1038. The first double to compare. This is the double the test expects not to
  1039. match <paramref name="actual"/>.
  1040. </param>
  1041. <param name="actual">
  1042. The second double to compare. This is the double produced by the code under test.
  1043. </param>
  1044. <param name="delta">
  1045. The required accuracy. An exception will be thrown only if
  1046. <paramref name="actual"/> is different than <paramref name="notExpected"/>
  1047. by at most <paramref name="delta"/>.
  1048. </param>
  1049. <param name="message">
  1050. The message to include in the exception when <paramref name="actual"/>
  1051. is equal to <paramref name="notExpected"/> or different by less than
  1052. <paramref name="delta"/>. The message is shown in test results.
  1053. </param>
  1054. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1055. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1056. </exception>
  1057. </member>
  1058. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.Double,System.Double,System.Double,System.String,System.Object[])">
  1059. <summary>
  1060. Tests whether the specified doubles are unequal and throws an exception
  1061. if they are equal.
  1062. </summary>
  1063. <param name="notExpected">
  1064. The first double to compare. This is the double the test expects not to
  1065. match <paramref name="actual"/>.
  1066. </param>
  1067. <param name="actual">
  1068. The second double to compare. This is the double produced by the code under test.
  1069. </param>
  1070. <param name="delta">
  1071. The required accuracy. An exception will be thrown only if
  1072. <paramref name="actual"/> is different than <paramref name="notExpected"/>
  1073. by at most <paramref name="delta"/>.
  1074. </param>
  1075. <param name="message">
  1076. The message to include in the exception when <paramref name="actual"/>
  1077. is equal to <paramref name="notExpected"/> or different by less than
  1078. <paramref name="delta"/>. The message is shown in test results.
  1079. </param>
  1080. <param name="parameters">
  1081. An array of parameters to use when formatting <paramref name="message"/>.
  1082. </param>
  1083. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1084. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1085. </exception>
  1086. </member>
  1087. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.String,System.String,System.Boolean)">
  1088. <summary>
  1089. Tests whether the specified strings are equal and throws an exception
  1090. if they are not equal. The invariant culture is used for the comparison.
  1091. </summary>
  1092. <param name="expected">
  1093. The first string to compare. This is the string the tests expects.
  1094. </param>
  1095. <param name="actual">
  1096. The second string to compare. This is the string produced by the code under test.
  1097. </param>
  1098. <param name="ignoreCase">
  1099. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1100. indicates a case-insensitive comparison.)
  1101. </param>
  1102. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1103. Thrown if <paramref name="expected"/> is not equal to
  1104. <paramref name="actual"/>.
  1105. </exception>
  1106. </member>
  1107. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.String,System.String,System.Boolean,System.String)">
  1108. <summary>
  1109. Tests whether the specified strings are equal and throws an exception
  1110. if they are not equal. The invariant culture is used for the comparison.
  1111. </summary>
  1112. <param name="expected">
  1113. The first string to compare. This is the string the tests expects.
  1114. </param>
  1115. <param name="actual">
  1116. The second string to compare. This is the string produced by the code under test.
  1117. </param>
  1118. <param name="ignoreCase">
  1119. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1120. indicates a case-insensitive comparison.)
  1121. </param>
  1122. <param name="message">
  1123. The message to include in the exception when <paramref name="actual"/>
  1124. is not equal to <paramref name="expected"/>. The message is shown in
  1125. test results.
  1126. </param>
  1127. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1128. Thrown if <paramref name="expected"/> is not equal to
  1129. <paramref name="actual"/>.
  1130. </exception>
  1131. </member>
  1132. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.String,System.String,System.Boolean,System.String,System.Object[])">
  1133. <summary>
  1134. Tests whether the specified strings are equal and throws an exception
  1135. if they are not equal. The invariant culture is used for the comparison.
  1136. </summary>
  1137. <param name="expected">
  1138. The first string to compare. This is the string the tests expects.
  1139. </param>
  1140. <param name="actual">
  1141. The second string to compare. This is the string produced by the code under test.
  1142. </param>
  1143. <param name="ignoreCase">
  1144. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1145. indicates a case-insensitive comparison.)
  1146. </param>
  1147. <param name="message">
  1148. The message to include in the exception when <paramref name="actual"/>
  1149. is not equal to <paramref name="expected"/>. The message is shown in
  1150. test results.
  1151. </param>
  1152. <param name="parameters">
  1153. An array of parameters to use when formatting <paramref name="message"/>.
  1154. </param>
  1155. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1156. Thrown if <paramref name="expected"/> is not equal to
  1157. <paramref name="actual"/>.
  1158. </exception>
  1159. </member>
  1160. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)">
  1161. <summary>
  1162. Tests whether the specified strings are equal and throws an exception
  1163. if they are not equal.
  1164. </summary>
  1165. <param name="expected">
  1166. The first string to compare. This is the string the tests expects.
  1167. </param>
  1168. <param name="actual">
  1169. The second string to compare. This is the string produced by the code under test.
  1170. </param>
  1171. <param name="ignoreCase">
  1172. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1173. indicates a case-insensitive comparison.)
  1174. </param>
  1175. <param name="culture">
  1176. A CultureInfo object that supplies culture-specific comparison information.
  1177. </param>
  1178. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1179. Thrown if <paramref name="expected"/> is not equal to
  1180. <paramref name="actual"/>.
  1181. </exception>
  1182. </member>
  1183. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.String,System.String,System.Boolean,System.Globalization.CultureInfo,System.String)">
  1184. <summary>
  1185. Tests whether the specified strings are equal and throws an exception
  1186. if they are not equal.
  1187. </summary>
  1188. <param name="expected">
  1189. The first string to compare. This is the string the tests expects.
  1190. </param>
  1191. <param name="actual">
  1192. The second string to compare. This is the string produced by the code under test.
  1193. </param>
  1194. <param name="ignoreCase">
  1195. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1196. indicates a case-insensitive comparison.)
  1197. </param>
  1198. <param name="culture">
  1199. A CultureInfo object that supplies culture-specific comparison information.
  1200. </param>
  1201. <param name="message">
  1202. The message to include in the exception when <paramref name="actual"/>
  1203. is not equal to <paramref name="expected"/>. The message is shown in
  1204. test results.
  1205. </param>
  1206. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1207. Thrown if <paramref name="expected"/> is not equal to
  1208. <paramref name="actual"/>.
  1209. </exception>
  1210. </member>
  1211. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(System.String,System.String,System.Boolean,System.Globalization.CultureInfo,System.String,System.Object[])">
  1212. <summary>
  1213. Tests whether the specified strings are equal and throws an exception
  1214. if they are not equal.
  1215. </summary>
  1216. <param name="expected">
  1217. The first string to compare. This is the string the tests expects.
  1218. </param>
  1219. <param name="actual">
  1220. The second string to compare. This is the string produced by the code under test.
  1221. </param>
  1222. <param name="ignoreCase">
  1223. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1224. indicates a case-insensitive comparison.)
  1225. </param>
  1226. <param name="culture">
  1227. A CultureInfo object that supplies culture-specific comparison information.
  1228. </param>
  1229. <param name="message">
  1230. The message to include in the exception when <paramref name="actual"/>
  1231. is not equal to <paramref name="expected"/>. The message is shown in
  1232. test results.
  1233. </param>
  1234. <param name="parameters">
  1235. An array of parameters to use when formatting <paramref name="message"/>.
  1236. </param>
  1237. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1238. Thrown if <paramref name="expected"/> is not equal to
  1239. <paramref name="actual"/>.
  1240. </exception>
  1241. </member>
  1242. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.String,System.String,System.Boolean)">
  1243. <summary>
  1244. Tests whether the specified strings are unequal and throws an exception
  1245. if they are equal. The invariant culture is used for the comparison.
  1246. </summary>
  1247. <param name="notExpected">
  1248. The first string to compare. This is the string the test expects not to
  1249. match <paramref name="actual"/>.
  1250. </param>
  1251. <param name="actual">
  1252. The second string to compare. This is the string produced by the code under test.
  1253. </param>
  1254. <param name="ignoreCase">
  1255. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1256. indicates a case-insensitive comparison.)
  1257. </param>
  1258. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1259. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1260. </exception>
  1261. </member>
  1262. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.String,System.String,System.Boolean,System.String)">
  1263. <summary>
  1264. Tests whether the specified strings are unequal and throws an exception
  1265. if they are equal. The invariant culture is used for the comparison.
  1266. </summary>
  1267. <param name="notExpected">
  1268. The first string to compare. This is the string the test expects not to
  1269. match <paramref name="actual"/>.
  1270. </param>
  1271. <param name="actual">
  1272. The second string to compare. This is the string produced by the code under test.
  1273. </param>
  1274. <param name="ignoreCase">
  1275. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1276. indicates a case-insensitive comparison.)
  1277. </param>
  1278. <param name="message">
  1279. The message to include in the exception when <paramref name="actual"/>
  1280. is equal to <paramref name="notExpected"/>. The message is shown in
  1281. test results.
  1282. </param>
  1283. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1284. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1285. </exception>
  1286. </member>
  1287. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.String,System.String,System.Boolean,System.String,System.Object[])">
  1288. <summary>
  1289. Tests whether the specified strings are unequal and throws an exception
  1290. if they are equal. The invariant culture is used for the comparison.
  1291. </summary>
  1292. <param name="notExpected">
  1293. The first string to compare. This is the string the test expects not to
  1294. match <paramref name="actual"/>.
  1295. </param>
  1296. <param name="actual">
  1297. The second string to compare. This is the string produced by the code under test.
  1298. </param>
  1299. <param name="ignoreCase">
  1300. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1301. indicates a case-insensitive comparison.)
  1302. </param>
  1303. <param name="message">
  1304. The message to include in the exception when <paramref name="actual"/>
  1305. is equal to <paramref name="notExpected"/>. The message is shown in
  1306. test results.
  1307. </param>
  1308. <param name="parameters">
  1309. An array of parameters to use when formatting <paramref name="message"/>.
  1310. </param>
  1311. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1312. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1313. </exception>
  1314. </member>
  1315. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)">
  1316. <summary>
  1317. Tests whether the specified strings are unequal and throws an exception
  1318. if they are equal.
  1319. </summary>
  1320. <param name="notExpected">
  1321. The first string to compare. This is the string the test expects not to
  1322. match <paramref name="actual"/>.
  1323. </param>
  1324. <param name="actual">
  1325. The second string to compare. This is the string produced by the code under test.
  1326. </param>
  1327. <param name="ignoreCase">
  1328. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1329. indicates a case-insensitive comparison.)
  1330. </param>
  1331. <param name="culture">
  1332. A CultureInfo object that supplies culture-specific comparison information.
  1333. </param>
  1334. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1335. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1336. </exception>
  1337. </member>
  1338. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.String,System.String,System.Boolean,System.Globalization.CultureInfo,System.String)">
  1339. <summary>
  1340. Tests whether the specified strings are unequal and throws an exception
  1341. if they are equal.
  1342. </summary>
  1343. <param name="notExpected">
  1344. The first string to compare. This is the string the test expects not to
  1345. match <paramref name="actual"/>.
  1346. </param>
  1347. <param name="actual">
  1348. The second string to compare. This is the string produced by the code under test.
  1349. </param>
  1350. <param name="ignoreCase">
  1351. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1352. indicates a case-insensitive comparison.)
  1353. </param>
  1354. <param name="culture">
  1355. A CultureInfo object that supplies culture-specific comparison information.
  1356. </param>
  1357. <param name="message">
  1358. The message to include in the exception when <paramref name="actual"/>
  1359. is equal to <paramref name="notExpected"/>. The message is shown in
  1360. test results.
  1361. </param>
  1362. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1363. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1364. </exception>
  1365. </member>
  1366. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreNotEqual(System.String,System.String,System.Boolean,System.Globalization.CultureInfo,System.String,System.Object[])">
  1367. <summary>
  1368. Tests whether the specified strings are unequal and throws an exception
  1369. if they are equal.
  1370. </summary>
  1371. <param name="notExpected">
  1372. The first string to compare. This is the string the test expects not to
  1373. match <paramref name="actual"/>.
  1374. </param>
  1375. <param name="actual">
  1376. The second string to compare. This is the string produced by the code under test.
  1377. </param>
  1378. <param name="ignoreCase">
  1379. A Boolean indicating a case-sensitive or insensitive comparison. (true
  1380. indicates a case-insensitive comparison.)
  1381. </param>
  1382. <param name="culture">
  1383. A CultureInfo object that supplies culture-specific comparison information.
  1384. </param>
  1385. <param name="message">
  1386. The message to include in the exception when <paramref name="actual"/>
  1387. is equal to <paramref name="notExpected"/>. The message is shown in
  1388. test results.
  1389. </param>
  1390. <param name="parameters">
  1391. An array of parameters to use when formatting <paramref name="message"/>.
  1392. </param>
  1393. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1394. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  1395. </exception>
  1396. </member>
  1397. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsInstanceOfType(System.Object,System.Type)">
  1398. <summary>
  1399. Tests whether the specified object is an instance of the expected
  1400. type and throws an exception if the expected type is not in the
  1401. inheritance hierarchy of the object.
  1402. </summary>
  1403. <param name="value">
  1404. The object the test expects to be of the specified type.
  1405. </param>
  1406. <param name="expectedType">
  1407. The expected type of <paramref name="value"/>.
  1408. </param>
  1409. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1410. Thrown if <paramref name="value"/> is null or
  1411. <paramref name="expectedType"/> is not in the inheritance hierarchy
  1412. of <paramref name="value"/>.
  1413. </exception>
  1414. </member>
  1415. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsInstanceOfType(System.Object,System.Type,System.String)">
  1416. <summary>
  1417. Tests whether the specified object is an instance of the expected
  1418. type and throws an exception if the expected type is not in the
  1419. inheritance hierarchy of the object.
  1420. </summary>
  1421. <param name="value">
  1422. The object the test expects to be of the specified type.
  1423. </param>
  1424. <param name="expectedType">
  1425. The expected type of <paramref name="value"/>.
  1426. </param>
  1427. <param name="message">
  1428. The message to include in the exception when <paramref name="value"/>
  1429. is not an instance of <paramref name="expectedType"/>. The message is
  1430. shown in test results.
  1431. </param>
  1432. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1433. Thrown if <paramref name="value"/> is null or
  1434. <paramref name="expectedType"/> is not in the inheritance hierarchy
  1435. of <paramref name="value"/>.
  1436. </exception>
  1437. </member>
  1438. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsInstanceOfType(System.Object,System.Type,System.String,System.Object[])">
  1439. <summary>
  1440. Tests whether the specified object is an instance of the expected
  1441. type and throws an exception if the expected type is not in the
  1442. inheritance hierarchy of the object.
  1443. </summary>
  1444. <param name="value">
  1445. The object the test expects to be of the specified type.
  1446. </param>
  1447. <param name="expectedType">
  1448. The expected type of <paramref name="value"/>.
  1449. </param>
  1450. <param name="message">
  1451. The message to include in the exception when <paramref name="value"/>
  1452. is not an instance of <paramref name="expectedType"/>. The message is
  1453. shown in test results.
  1454. </param>
  1455. <param name="parameters">
  1456. An array of parameters to use when formatting <paramref name="message"/>.
  1457. </param>
  1458. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1459. Thrown if <paramref name="value"/> is null or
  1460. <paramref name="expectedType"/> is not in the inheritance hierarchy
  1461. of <paramref name="value"/>.
  1462. </exception>
  1463. </member>
  1464. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotInstanceOfType(System.Object,System.Type)">
  1465. <summary>
  1466. Tests whether the specified object is not an instance of the wrong
  1467. type and throws an exception if the specified type is in the
  1468. inheritance hierarchy of the object.
  1469. </summary>
  1470. <param name="value">
  1471. The object the test expects not to be of the specified type.
  1472. </param>
  1473. <param name="wrongType">
  1474. The type that <paramref name="value"/> should not be.
  1475. </param>
  1476. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1477. Thrown if <paramref name="value"/> is not null and
  1478. <paramref name="wrongType"/> is in the inheritance hierarchy
  1479. of <paramref name="value"/>.
  1480. </exception>
  1481. </member>
  1482. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotInstanceOfType(System.Object,System.Type,System.String)">
  1483. <summary>
  1484. Tests whether the specified object is not an instance of the wrong
  1485. type and throws an exception if the specified type is in the
  1486. inheritance hierarchy of the object.
  1487. </summary>
  1488. <param name="value">
  1489. The object the test expects not to be of the specified type.
  1490. </param>
  1491. <param name="wrongType">
  1492. The type that <paramref name="value"/> should not be.
  1493. </param>
  1494. <param name="message">
  1495. The message to include in the exception when <paramref name="value"/>
  1496. is an instance of <paramref name="wrongType"/>. The message is shown
  1497. in test results.
  1498. </param>
  1499. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1500. Thrown if <paramref name="value"/> is not null and
  1501. <paramref name="wrongType"/> is in the inheritance hierarchy
  1502. of <paramref name="value"/>.
  1503. </exception>
  1504. </member>
  1505. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotInstanceOfType(System.Object,System.Type,System.String,System.Object[])">
  1506. <summary>
  1507. Tests whether the specified object is not an instance of the wrong
  1508. type and throws an exception if the specified type is in the
  1509. inheritance hierarchy of the object.
  1510. </summary>
  1511. <param name="value">
  1512. The object the test expects not to be of the specified type.
  1513. </param>
  1514. <param name="wrongType">
  1515. The type that <paramref name="value"/> should not be.
  1516. </param>
  1517. <param name="message">
  1518. The message to include in the exception when <paramref name="value"/>
  1519. is an instance of <paramref name="wrongType"/>. The message is shown
  1520. in test results.
  1521. </param>
  1522. <param name="parameters">
  1523. An array of parameters to use when formatting <paramref name="message"/>.
  1524. </param>
  1525. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1526. Thrown if <paramref name="value"/> is not null and
  1527. <paramref name="wrongType"/> is in the inheritance hierarchy
  1528. of <paramref name="value"/>.
  1529. </exception>
  1530. </member>
  1531. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail">
  1532. <summary>
  1533. Throws an AssertFailedException.
  1534. </summary>
  1535. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1536. Always thrown.
  1537. </exception>
  1538. </member>
  1539. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(System.String)">
  1540. <summary>
  1541. Throws an AssertFailedException.
  1542. </summary>
  1543. <param name="message">
  1544. The message to include in the exception. The message is shown in
  1545. test results.
  1546. </param>
  1547. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1548. Always thrown.
  1549. </exception>
  1550. </member>
  1551. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(System.String,System.Object[])">
  1552. <summary>
  1553. Throws an AssertFailedException.
  1554. </summary>
  1555. <param name="message">
  1556. The message to include in the exception. The message is shown in
  1557. test results.
  1558. </param>
  1559. <param name="parameters">
  1560. An array of parameters to use when formatting <paramref name="message"/>.
  1561. </param>
  1562. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1563. Always thrown.
  1564. </exception>
  1565. </member>
  1566. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Inconclusive">
  1567. <summary>
  1568. Throws an AssertInconclusiveException.
  1569. </summary>
  1570. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException">
  1571. Always thrown.
  1572. </exception>
  1573. </member>
  1574. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Inconclusive(System.String)">
  1575. <summary>
  1576. Throws an AssertInconclusiveException.
  1577. </summary>
  1578. <param name="message">
  1579. The message to include in the exception. The message is shown in
  1580. test results.
  1581. </param>
  1582. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException">
  1583. Always thrown.
  1584. </exception>
  1585. </member>
  1586. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Inconclusive(System.String,System.Object[])">
  1587. <summary>
  1588. Throws an AssertInconclusiveException.
  1589. </summary>
  1590. <param name="message">
  1591. The message to include in the exception. The message is shown in
  1592. test results.
  1593. </param>
  1594. <param name="parameters">
  1595. An array of parameters to use when formatting <paramref name="message"/>.
  1596. </param>
  1597. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException">
  1598. Always thrown.
  1599. </exception>
  1600. </member>
  1601. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.HandleFail(System.String,System.String,System.Object[])">
  1602. <summary>
  1603. Helper function that creates and throws an AssertionFailedException.
  1604. </summary>
  1605. <param name="assertionName">name of the assertion throwing an exception.</param>
  1606. <param name="message">message describing conditions for assertion failure.</param>
  1607. <param name="parameters">The parameters.</param>
  1608. </member>
  1609. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.CheckParameterNotNull(System.Object,System.String,System.String,System.String,System.Object[])">
  1610. <summary>
  1611. Checks the parameter for valid conditions
  1612. </summary>
  1613. <param name="param">The parameter.</param>
  1614. <param name="assertionName">The assertion name.</param>
  1615. <param name="parameterName">The parameter name.</param>
  1616. <param name="message">The message.</param>
  1617. <param name="parameters">The parameters.</param>
  1618. </member>
  1619. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ReplaceNulls(System.Object)">
  1620. <summary>
  1621. Safely converts an object to a string, handling null values and null characters.
  1622. Null values are converted to "(null)". Null characters are converted to "\\0".
  1623. </summary>
  1624. <param name="input">The object to convert to a string.</param>
  1625. <returns>The converted string.</returns>
  1626. </member>
  1627. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ReplaceNullChars(System.String)">
  1628. <summary>
  1629. Replaces null characters ('\0') with "\\0".
  1630. </summary>
  1631. <param name="input">The string to search.</param>
  1632. <returns>The converted string with null characters replaced by "\\0".</returns>
  1633. </member>
  1634. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Helper.ThrowInnerException(System.Reflection.TargetInvocationException)">
  1635. <summary>
  1636. An exception from reflection will always be a TargetInvocationException - however
  1637. the goal of Private Accessors is to be seamless to the original code.
  1638. The only problem with throwing the inner exception is that the stack trace will
  1639. be overwritten. From here we register the stack trace of the inner exception
  1640. and then throw it. The Unit Test Adapter will then later rebuild the stack
  1641. from the cached shadow information plus the remaining stack from this throw.
  1642. </summary>
  1643. <param name="outer"></param>
  1644. </member>
  1645. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert">
  1646. <summary>
  1647. A collection of helper classes to test various conditions associated
  1648. with collections within unit tests. If the condition being tested is not
  1649. met, an exception is thrown.
  1650. </summary>
  1651. </member>
  1652. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.Contains(System.Collections.ICollection,System.Object)">
  1653. <summary>
  1654. Tests whether the specified collection contains the specified element
  1655. and throws an exception if the element is not in the collection.
  1656. </summary>
  1657. <param name="collection">
  1658. The collection in which to search for the element.
  1659. </param>
  1660. <param name="element">
  1661. The element that is expected to be in the collection.
  1662. </param>
  1663. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1664. Thrown if <paramref name="element"/> is not found in
  1665. <paramref name="collection"/>.
  1666. </exception>
  1667. </member>
  1668. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.Contains(System.Collections.ICollection,System.Object,System.String)">
  1669. <summary>
  1670. Tests whether the specified collection contains the specified element
  1671. and throws an exception if the element is not in the collection.
  1672. </summary>
  1673. <param name="collection">
  1674. The collection in which to search for the element.
  1675. </param>
  1676. <param name="element">
  1677. The element that is expected to be in the collection.
  1678. </param>
  1679. <param name="message">
  1680. The message to include in the exception when <paramref name="element"/>
  1681. is not in <paramref name="collection"/>. The message is shown in
  1682. test results.
  1683. </param>
  1684. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1685. Thrown if <paramref name="element"/> is not found in
  1686. <paramref name="collection"/>.
  1687. </exception>
  1688. </member>
  1689. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.Contains(System.Collections.ICollection,System.Object,System.String,System.Object[])">
  1690. <summary>
  1691. Tests whether the specified collection contains the specified element
  1692. and throws an exception if the element is not in the collection.
  1693. </summary>
  1694. <param name="collection">
  1695. The collection in which to search for the element.
  1696. </param>
  1697. <param name="element">
  1698. The element that is expected to be in the collection.
  1699. </param>
  1700. <param name="message">
  1701. The message to include in the exception when <paramref name="element"/>
  1702. is not in <paramref name="collection"/>. The message is shown in
  1703. test results.
  1704. </param>
  1705. <param name="parameters">
  1706. An array of parameters to use when formatting <paramref name="message"/>.
  1707. </param>
  1708. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1709. Thrown if <paramref name="element"/> is not found in
  1710. <paramref name="collection"/>.
  1711. </exception>
  1712. </member>
  1713. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.DoesNotContain(System.Collections.ICollection,System.Object)">
  1714. <summary>
  1715. Tests whether the specified collection does not contain the specified
  1716. element and throws an exception if the element is in the collection.
  1717. </summary>
  1718. <param name="collection">
  1719. The collection in which to search for the element.
  1720. </param>
  1721. <param name="element">
  1722. The element that is expected not to be in the collection.
  1723. </param>
  1724. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1725. Thrown if <paramref name="element"/> is found in
  1726. <paramref name="collection"/>.
  1727. </exception>
  1728. </member>
  1729. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.DoesNotContain(System.Collections.ICollection,System.Object,System.String)">
  1730. <summary>
  1731. Tests whether the specified collection does not contain the specified
  1732. element and throws an exception if the element is in the collection.
  1733. </summary>
  1734. <param name="collection">
  1735. The collection in which to search for the element.
  1736. </param>
  1737. <param name="element">
  1738. The element that is expected not to be in the collection.
  1739. </param>
  1740. <param name="message">
  1741. The message to include in the exception when <paramref name="element"/>
  1742. is in <paramref name="collection"/>. The message is shown in test
  1743. results.
  1744. </param>
  1745. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1746. Thrown if <paramref name="element"/> is found in
  1747. <paramref name="collection"/>.
  1748. </exception>
  1749. </member>
  1750. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.DoesNotContain(System.Collections.ICollection,System.Object,System.String,System.Object[])">
  1751. <summary>
  1752. Tests whether the specified collection does not contain the specified
  1753. element and throws an exception if the element is in the collection.
  1754. </summary>
  1755. <param name="collection">
  1756. The collection in which to search for the element.
  1757. </param>
  1758. <param name="element">
  1759. The element that is expected not to be in the collection.
  1760. </param>
  1761. <param name="message">
  1762. The message to include in the exception when <paramref name="element"/>
  1763. is in <paramref name="collection"/>. The message is shown in test
  1764. results.
  1765. </param>
  1766. <param name="parameters">
  1767. An array of parameters to use when formatting <paramref name="message"/>.
  1768. </param>
  1769. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1770. Thrown if <paramref name="element"/> is found in
  1771. <paramref name="collection"/>.
  1772. </exception>
  1773. </member>
  1774. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreNotNull(System.Collections.ICollection)">
  1775. <summary>
  1776. Tests whether all items in the specified collection are non-null and throws
  1777. an exception if any element is null.
  1778. </summary>
  1779. <param name="collection">
  1780. The collection in which to search for null elements.
  1781. </param>
  1782. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1783. Thrown if a null element is found in <paramref name="collection"/>.
  1784. </exception>
  1785. </member>
  1786. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreNotNull(System.Collections.ICollection,System.String)">
  1787. <summary>
  1788. Tests whether all items in the specified collection are non-null and throws
  1789. an exception if any element is null.
  1790. </summary>
  1791. <param name="collection">
  1792. The collection in which to search for null elements.
  1793. </param>
  1794. <param name="message">
  1795. The message to include in the exception when <paramref name="collection"/>
  1796. contains a null element. The message is shown in test results.
  1797. </param>
  1798. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1799. Thrown if a null element is found in <paramref name="collection"/>.
  1800. </exception>
  1801. </member>
  1802. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreNotNull(System.Collections.ICollection,System.String,System.Object[])">
  1803. <summary>
  1804. Tests whether all items in the specified collection are non-null and throws
  1805. an exception if any element is null.
  1806. </summary>
  1807. <param name="collection">
  1808. The collection in which to search for null elements.
  1809. </param>
  1810. <param name="message">
  1811. The message to include in the exception when <paramref name="collection"/>
  1812. contains a null element. The message is shown in test results.
  1813. </param>
  1814. <param name="parameters">
  1815. An array of parameters to use when formatting <paramref name="message"/>.
  1816. </param>
  1817. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1818. Thrown if a null element is found in <paramref name="collection"/>.
  1819. </exception>
  1820. </member>
  1821. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreUnique(System.Collections.ICollection)">
  1822. <summary>
  1823. Tests whether all items in the specified collection are unique or not and
  1824. throws if any two elements in the collection are equal.
  1825. </summary>
  1826. <param name="collection">
  1827. The collection in which to search for duplicate elements.
  1828. </param>
  1829. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1830. Thrown if a two or more equal elements are found in
  1831. <paramref name="collection"/>.
  1832. </exception>
  1833. </member>
  1834. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreUnique(System.Collections.ICollection,System.String)">
  1835. <summary>
  1836. Tests whether all items in the specified collection are unique or not and
  1837. throws if any two elements in the collection are equal.
  1838. </summary>
  1839. <param name="collection">
  1840. The collection in which to search for duplicate elements.
  1841. </param>
  1842. <param name="message">
  1843. The message to include in the exception when <paramref name="collection"/>
  1844. contains at least one duplicate element. The message is shown in
  1845. test results.
  1846. </param>
  1847. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1848. Thrown if a two or more equal elements are found in
  1849. <paramref name="collection"/>.
  1850. </exception>
  1851. </member>
  1852. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreUnique(System.Collections.ICollection,System.String,System.Object[])">
  1853. <summary>
  1854. Tests whether all items in the specified collection are unique or not and
  1855. throws if any two elements in the collection are equal.
  1856. </summary>
  1857. <param name="collection">
  1858. The collection in which to search for duplicate elements.
  1859. </param>
  1860. <param name="message">
  1861. The message to include in the exception when <paramref name="collection"/>
  1862. contains at least one duplicate element. The message is shown in
  1863. test results.
  1864. </param>
  1865. <param name="parameters">
  1866. An array of parameters to use when formatting <paramref name="message"/>.
  1867. </param>
  1868. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1869. Thrown if a two or more equal elements are found in
  1870. <paramref name="collection"/>.
  1871. </exception>
  1872. </member>
  1873. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsSubsetOf(System.Collections.ICollection,System.Collections.ICollection)">
  1874. <summary>
  1875. Tests whether one collection is a subset of another collection and
  1876. throws an exception if any element in the subset is not also in the
  1877. superset.
  1878. </summary>
  1879. <param name="subset">
  1880. The collection expected to be a subset of <paramref name="superset"/>.
  1881. </param>
  1882. <param name="superset">
  1883. The collection expected to be a superset of <paramref name="subset"/>
  1884. </param>
  1885. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1886. Thrown if an element in <paramref name="subset"/> is not found in
  1887. <paramref name="superset"/>.
  1888. </exception>
  1889. </member>
  1890. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String)">
  1891. <summary>
  1892. Tests whether one collection is a subset of another collection and
  1893. throws an exception if any element in the subset is not also in the
  1894. superset.
  1895. </summary>
  1896. <param name="subset">
  1897. The collection expected to be a subset of <paramref name="superset"/>.
  1898. </param>
  1899. <param name="superset">
  1900. The collection expected to be a superset of <paramref name="subset"/>
  1901. </param>
  1902. <param name="message">
  1903. The message to include in the exception when an element in
  1904. <paramref name="subset"/> is not found in <paramref name="superset"/>.
  1905. The message is shown in test results.
  1906. </param>
  1907. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1908. Thrown if an element in <paramref name="subset"/> is not found in
  1909. <paramref name="superset"/>.
  1910. </exception>
  1911. </member>
  1912. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
  1913. <summary>
  1914. Tests whether one collection is a subset of another collection and
  1915. throws an exception if any element in the subset is not also in the
  1916. superset.
  1917. </summary>
  1918. <param name="subset">
  1919. The collection expected to be a subset of <paramref name="superset"/>.
  1920. </param>
  1921. <param name="superset">
  1922. The collection expected to be a superset of <paramref name="subset"/>
  1923. </param>
  1924. <param name="message">
  1925. The message to include in the exception when an element in
  1926. <paramref name="subset"/> is not found in <paramref name="superset"/>.
  1927. The message is shown in test results.
  1928. </param>
  1929. <param name="parameters">
  1930. An array of parameters to use when formatting <paramref name="message"/>.
  1931. </param>
  1932. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1933. Thrown if an element in <paramref name="subset"/> is not found in
  1934. <paramref name="superset"/>.
  1935. </exception>
  1936. </member>
  1937. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsNotSubsetOf(System.Collections.ICollection,System.Collections.ICollection)">
  1938. <summary>
  1939. Tests whether one collection is not a subset of another collection and
  1940. throws an exception if all elements in the subset are also in the
  1941. superset.
  1942. </summary>
  1943. <param name="subset">
  1944. The collection expected not to be a subset of <paramref name="superset"/>.
  1945. </param>
  1946. <param name="superset">
  1947. The collection expected not to be a superset of <paramref name="subset"/>
  1948. </param>
  1949. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1950. Thrown if every element in <paramref name="subset"/> is also found in
  1951. <paramref name="superset"/>.
  1952. </exception>
  1953. </member>
  1954. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsNotSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String)">
  1955. <summary>
  1956. Tests whether one collection is not a subset of another collection and
  1957. throws an exception if all elements in the subset are also in the
  1958. superset.
  1959. </summary>
  1960. <param name="subset">
  1961. The collection expected not to be a subset of <paramref name="superset"/>.
  1962. </param>
  1963. <param name="superset">
  1964. The collection expected not to be a superset of <paramref name="subset"/>
  1965. </param>
  1966. <param name="message">
  1967. The message to include in the exception when every element in
  1968. <paramref name="subset"/> is also found in <paramref name="superset"/>.
  1969. The message is shown in test results.
  1970. </param>
  1971. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1972. Thrown if every element in <paramref name="subset"/> is also found in
  1973. <paramref name="superset"/>.
  1974. </exception>
  1975. </member>
  1976. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsNotSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
  1977. <summary>
  1978. Tests whether one collection is not a subset of another collection and
  1979. throws an exception if all elements in the subset are also in the
  1980. superset.
  1981. </summary>
  1982. <param name="subset">
  1983. The collection expected not to be a subset of <paramref name="superset"/>.
  1984. </param>
  1985. <param name="superset">
  1986. The collection expected not to be a superset of <paramref name="subset"/>
  1987. </param>
  1988. <param name="message">
  1989. The message to include in the exception when every element in
  1990. <paramref name="subset"/> is also found in <paramref name="superset"/>.
  1991. The message is shown in test results.
  1992. </param>
  1993. <param name="parameters">
  1994. An array of parameters to use when formatting <paramref name="message"/>.
  1995. </param>
  1996. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  1997. Thrown if every element in <paramref name="subset"/> is also found in
  1998. <paramref name="superset"/>.
  1999. </exception>
  2000. </member>
  2001. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEquivalent(System.Collections.ICollection,System.Collections.ICollection)">
  2002. <summary>
  2003. Tests whether two collections contain the same elements and throws an
  2004. exception if either collection contains an element not in the other
  2005. collection.
  2006. </summary>
  2007. <param name="expected">
  2008. The first collection to compare. This contains the elements the test
  2009. expects.
  2010. </param>
  2011. <param name="actual">
  2012. The second collection to compare. This is the collection produced by
  2013. the code under test.
  2014. </param>
  2015. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2016. Thrown if an element was found in one of the collections but not
  2017. the other.
  2018. </exception>
  2019. </member>
  2020. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String)">
  2021. <summary>
  2022. Tests whether two collections contain the same elements and throws an
  2023. exception if either collection contains an element not in the other
  2024. collection.
  2025. </summary>
  2026. <param name="expected">
  2027. The first collection to compare. This contains the elements the test
  2028. expects.
  2029. </param>
  2030. <param name="actual">
  2031. The second collection to compare. This is the collection produced by
  2032. the code under test.
  2033. </param>
  2034. <param name="message">
  2035. The message to include in the exception when an element was found
  2036. in one of the collections but not the other. The message is shown
  2037. in test results.
  2038. </param>
  2039. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2040. Thrown if an element was found in one of the collections but not
  2041. the other.
  2042. </exception>
  2043. </member>
  2044. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
  2045. <summary>
  2046. Tests whether two collections contain the same elements and throws an
  2047. exception if either collection contains an element not in the other
  2048. collection.
  2049. </summary>
  2050. <param name="expected">
  2051. The first collection to compare. This contains the elements the test
  2052. expects.
  2053. </param>
  2054. <param name="actual">
  2055. The second collection to compare. This is the collection produced by
  2056. the code under test.
  2057. </param>
  2058. <param name="message">
  2059. The message to include in the exception when an element was found
  2060. in one of the collections but not the other. The message is shown
  2061. in test results.
  2062. </param>
  2063. <param name="parameters">
  2064. An array of parameters to use when formatting <paramref name="message"/>.
  2065. </param>
  2066. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2067. Thrown if an element was found in one of the collections but not
  2068. the other.
  2069. </exception>
  2070. </member>
  2071. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEquivalent(System.Collections.ICollection,System.Collections.ICollection)">
  2072. <summary>
  2073. Tests whether two collections contain the different elements and throws an
  2074. exception if the two collections contain identical elements without regard
  2075. to order.
  2076. </summary>
  2077. <param name="expected">
  2078. The first collection to compare. This contains the elements the test
  2079. expects to be different than the actual collection.
  2080. </param>
  2081. <param name="actual">
  2082. The second collection to compare. This is the collection produced by
  2083. the code under test.
  2084. </param>
  2085. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2086. Thrown if the two collections contained the same elements, including
  2087. the same number of duplicate occurrences of each element.
  2088. </exception>
  2089. </member>
  2090. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String)">
  2091. <summary>
  2092. Tests whether two collections contain the different elements and throws an
  2093. exception if the two collections contain identical elements without regard
  2094. to order.
  2095. </summary>
  2096. <param name="expected">
  2097. The first collection to compare. This contains the elements the test
  2098. expects to be different than the actual collection.
  2099. </param>
  2100. <param name="actual">
  2101. The second collection to compare. This is the collection produced by
  2102. the code under test.
  2103. </param>
  2104. <param name="message">
  2105. The message to include in the exception when <paramref name="actual"/>
  2106. contains the same elements as <paramref name="expected"/>. The message
  2107. is shown in test results.
  2108. </param>
  2109. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2110. Thrown if the two collections contained the same elements, including
  2111. the same number of duplicate occurrences of each element.
  2112. </exception>
  2113. </member>
  2114. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
  2115. <summary>
  2116. Tests whether two collections contain the different elements and throws an
  2117. exception if the two collections contain identical elements without regard
  2118. to order.
  2119. </summary>
  2120. <param name="expected">
  2121. The first collection to compare. This contains the elements the test
  2122. expects to be different than the actual collection.
  2123. </param>
  2124. <param name="actual">
  2125. The second collection to compare. This is the collection produced by
  2126. the code under test.
  2127. </param>
  2128. <param name="message">
  2129. The message to include in the exception when <paramref name="actual"/>
  2130. contains the same elements as <paramref name="expected"/>. The message
  2131. is shown in test results.
  2132. </param>
  2133. <param name="parameters">
  2134. An array of parameters to use when formatting <paramref name="message"/>.
  2135. </param>
  2136. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2137. Thrown if the two collections contained the same elements, including
  2138. the same number of duplicate occurrences of each element.
  2139. </exception>
  2140. </member>
  2141. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.ICollection,System.Type)">
  2142. <summary>
  2143. Tests whether all elements in the specified collection are instances
  2144. of the expected type and throws an exception if the expected type is
  2145. not in the inheritance hierarchy of one or more of the elements.
  2146. </summary>
  2147. <param name="collection">
  2148. The collection containing elements the test expects to be of the
  2149. specified type.
  2150. </param>
  2151. <param name="expectedType">
  2152. The expected type of each element of <paramref name="collection"/>.
  2153. </param>
  2154. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2155. Thrown if an element in <paramref name="collection"/> is null or
  2156. <paramref name="expectedType"/> is not in the inheritance hierarchy
  2157. of an element in <paramref name="collection"/>.
  2158. </exception>
  2159. </member>
  2160. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.ICollection,System.Type,System.String)">
  2161. <summary>
  2162. Tests whether all elements in the specified collection are instances
  2163. of the expected type and throws an exception if the expected type is
  2164. not in the inheritance hierarchy of one or more of the elements.
  2165. </summary>
  2166. <param name="collection">
  2167. The collection containing elements the test expects to be of the
  2168. specified type.
  2169. </param>
  2170. <param name="expectedType">
  2171. The expected type of each element of <paramref name="collection"/>.
  2172. </param>
  2173. <param name="message">
  2174. The message to include in the exception when an element in
  2175. <paramref name="collection"/> is not an instance of
  2176. <paramref name="expectedType"/>. The message is shown in test results.
  2177. </param>
  2178. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2179. Thrown if an element in <paramref name="collection"/> is null or
  2180. <paramref name="expectedType"/> is not in the inheritance hierarchy
  2181. of an element in <paramref name="collection"/>.
  2182. </exception>
  2183. </member>
  2184. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.ICollection,System.Type,System.String,System.Object[])">
  2185. <summary>
  2186. Tests whether all elements in the specified collection are instances
  2187. of the expected type and throws an exception if the expected type is
  2188. not in the inheritance hierarchy of one or more of the elements.
  2189. </summary>
  2190. <param name="collection">
  2191. The collection containing elements the test expects to be of the
  2192. specified type.
  2193. </param>
  2194. <param name="expectedType">
  2195. The expected type of each element of <paramref name="collection"/>.
  2196. </param>
  2197. <param name="message">
  2198. The message to include in the exception when an element in
  2199. <paramref name="collection"/> is not an instance of
  2200. <paramref name="expectedType"/>. The message is shown in test results.
  2201. </param>
  2202. <param name="parameters">
  2203. An array of parameters to use when formatting <paramref name="message"/>.
  2204. </param>
  2205. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2206. Thrown if an element in <paramref name="collection"/> is null or
  2207. <paramref name="expectedType"/> is not in the inheritance hierarchy
  2208. of an element in <paramref name="collection"/>.
  2209. </exception>
  2210. </member>
  2211. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection)">
  2212. <summary>
  2213. Tests whether the specified collections are equal and throws an exception
  2214. if the two collections are not equal. Equality is defined as having the same
  2215. elements in the same order and quantity. Different references to the same
  2216. value are considered equal.
  2217. </summary>
  2218. <param name="expected">
  2219. The first collection to compare. This is the collection the tests expects.
  2220. </param>
  2221. <param name="actual">
  2222. The second collection to compare. This is the collection produced by the
  2223. code under test.
  2224. </param>
  2225. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2226. Thrown if <paramref name="expected"/> is not equal to
  2227. <paramref name="actual"/>.
  2228. </exception>
  2229. </member>
  2230. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection,System.String)">
  2231. <summary>
  2232. Tests whether the specified collections are equal and throws an exception
  2233. if the two collections are not equal. Equality is defined as having the same
  2234. elements in the same order and quantity. Different references to the same
  2235. value are considered equal.
  2236. </summary>
  2237. <param name="expected">
  2238. The first collection to compare. This is the collection the tests expects.
  2239. </param>
  2240. <param name="actual">
  2241. The second collection to compare. This is the collection produced by the
  2242. code under test.
  2243. </param>
  2244. <param name="message">
  2245. The message to include in the exception when <paramref name="actual"/>
  2246. is not equal to <paramref name="expected"/>. The message is shown in
  2247. test results.
  2248. </param>
  2249. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2250. Thrown if <paramref name="expected"/> is not equal to
  2251. <paramref name="actual"/>.
  2252. </exception>
  2253. </member>
  2254. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
  2255. <summary>
  2256. Tests whether the specified collections are equal and throws an exception
  2257. if the two collections are not equal. Equality is defined as having the same
  2258. elements in the same order and quantity. Different references to the same
  2259. value are considered equal.
  2260. </summary>
  2261. <param name="expected">
  2262. The first collection to compare. This is the collection the tests expects.
  2263. </param>
  2264. <param name="actual">
  2265. The second collection to compare. This is the collection produced by the
  2266. code under test.
  2267. </param>
  2268. <param name="message">
  2269. The message to include in the exception when <paramref name="actual"/>
  2270. is not equal to <paramref name="expected"/>. The message is shown in
  2271. test results.
  2272. </param>
  2273. <param name="parameters">
  2274. An array of parameters to use when formatting <paramref name="message"/>.
  2275. </param>
  2276. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2277. Thrown if <paramref name="expected"/> is not equal to
  2278. <paramref name="actual"/>.
  2279. </exception>
  2280. </member>
  2281. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection)">
  2282. <summary>
  2283. Tests whether the specified collections are unequal and throws an exception
  2284. if the two collections are equal. Equality is defined as having the same
  2285. elements in the same order and quantity. Different references to the same
  2286. value are considered equal.
  2287. </summary>
  2288. <param name="notExpected">
  2289. The first collection to compare. This is the collection the tests expects
  2290. not to match <paramref name="actual"/>.
  2291. </param>
  2292. <param name="actual">
  2293. The second collection to compare. This is the collection produced by the
  2294. code under test.
  2295. </param>
  2296. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2297. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  2298. </exception>
  2299. </member>
  2300. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.String)">
  2301. <summary>
  2302. Tests whether the specified collections are unequal and throws an exception
  2303. if the two collections are equal. Equality is defined as having the same
  2304. elements in the same order and quantity. Different references to the same
  2305. value are considered equal.
  2306. </summary>
  2307. <param name="notExpected">
  2308. The first collection to compare. This is the collection the tests expects
  2309. not to match <paramref name="actual"/>.
  2310. </param>
  2311. <param name="actual">
  2312. The second collection to compare. This is the collection produced by the
  2313. code under test.
  2314. </param>
  2315. <param name="message">
  2316. The message to include in the exception when <paramref name="actual"/>
  2317. is equal to <paramref name="notExpected"/>. The message is shown in
  2318. test results.
  2319. </param>
  2320. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2321. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  2322. </exception>
  2323. </member>
  2324. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
  2325. <summary>
  2326. Tests whether the specified collections are unequal and throws an exception
  2327. if the two collections are equal. Equality is defined as having the same
  2328. elements in the same order and quantity. Different references to the same
  2329. value are considered equal.
  2330. </summary>
  2331. <param name="notExpected">
  2332. The first collection to compare. This is the collection the tests expects
  2333. not to match <paramref name="actual"/>.
  2334. </param>
  2335. <param name="actual">
  2336. The second collection to compare. This is the collection produced by the
  2337. code under test.
  2338. </param>
  2339. <param name="message">
  2340. The message to include in the exception when <paramref name="actual"/>
  2341. is equal to <paramref name="notExpected"/>. The message is shown in
  2342. test results.
  2343. </param>
  2344. <param name="parameters">
  2345. An array of parameters to use when formatting <paramref name="message"/>.
  2346. </param>
  2347. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2348. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  2349. </exception>
  2350. </member>
  2351. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer)">
  2352. <summary>
  2353. Tests whether the specified collections are equal and throws an exception
  2354. if the two collections are not equal. Equality is defined as having the same
  2355. elements in the same order and quantity. Different references to the same
  2356. value are considered equal.
  2357. </summary>
  2358. <param name="expected">
  2359. The first collection to compare. This is the collection the tests expects.
  2360. </param>
  2361. <param name="actual">
  2362. The second collection to compare. This is the collection produced by the
  2363. code under test.
  2364. </param>
  2365. <param name="comparer">
  2366. The compare implementation to use when comparing elements of the collection.
  2367. </param>
  2368. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2369. Thrown if <paramref name="expected"/> is not equal to
  2370. <paramref name="actual"/>.
  2371. </exception>
  2372. </member>
  2373. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer,System.String)">
  2374. <summary>
  2375. Tests whether the specified collections are equal and throws an exception
  2376. if the two collections are not equal. Equality is defined as having the same
  2377. elements in the same order and quantity. Different references to the same
  2378. value are considered equal.
  2379. </summary>
  2380. <param name="expected">
  2381. The first collection to compare. This is the collection the tests expects.
  2382. </param>
  2383. <param name="actual">
  2384. The second collection to compare. This is the collection produced by the
  2385. code under test.
  2386. </param>
  2387. <param name="comparer">
  2388. The compare implementation to use when comparing elements of the collection.
  2389. </param>
  2390. <param name="message">
  2391. The message to include in the exception when <paramref name="actual"/>
  2392. is not equal to <paramref name="expected"/>. The message is shown in
  2393. test results.
  2394. </param>
  2395. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2396. Thrown if <paramref name="expected"/> is not equal to
  2397. <paramref name="actual"/>.
  2398. </exception>
  2399. </member>
  2400. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer,System.String,System.Object[])">
  2401. <summary>
  2402. Tests whether the specified collections are equal and throws an exception
  2403. if the two collections are not equal. Equality is defined as having the same
  2404. elements in the same order and quantity. Different references to the same
  2405. value are considered equal.
  2406. </summary>
  2407. <param name="expected">
  2408. The first collection to compare. This is the collection the tests expects.
  2409. </param>
  2410. <param name="actual">
  2411. The second collection to compare. This is the collection produced by the
  2412. code under test.
  2413. </param>
  2414. <param name="comparer">
  2415. The compare implementation to use when comparing elements of the collection.
  2416. </param>
  2417. <param name="message">
  2418. The message to include in the exception when <paramref name="actual"/>
  2419. is not equal to <paramref name="expected"/>. The message is shown in
  2420. test results.
  2421. </param>
  2422. <param name="parameters">
  2423. An array of parameters to use when formatting <paramref name="message"/>.
  2424. </param>
  2425. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2426. Thrown if <paramref name="expected"/> is not equal to
  2427. <paramref name="actual"/>.
  2428. </exception>
  2429. </member>
  2430. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer)">
  2431. <summary>
  2432. Tests whether the specified collections are unequal and throws an exception
  2433. if the two collections are equal. Equality is defined as having the same
  2434. elements in the same order and quantity. Different references to the same
  2435. value are considered equal.
  2436. </summary>
  2437. <param name="notExpected">
  2438. The first collection to compare. This is the collection the tests expects
  2439. not to match <paramref name="actual"/>.
  2440. </param>
  2441. <param name="actual">
  2442. The second collection to compare. This is the collection produced by the
  2443. code under test.
  2444. </param>
  2445. <param name="comparer">
  2446. The compare implementation to use when comparing elements of the collection.
  2447. </param>
  2448. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2449. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  2450. </exception>
  2451. </member>
  2452. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer,System.String)">
  2453. <summary>
  2454. Tests whether the specified collections are unequal and throws an exception
  2455. if the two collections are equal. Equality is defined as having the same
  2456. elements in the same order and quantity. Different references to the same
  2457. value are considered equal.
  2458. </summary>
  2459. <param name="notExpected">
  2460. The first collection to compare. This is the collection the tests expects
  2461. not to match <paramref name="actual"/>.
  2462. </param>
  2463. <param name="actual">
  2464. The second collection to compare. This is the collection produced by the
  2465. code under test.
  2466. </param>
  2467. <param name="comparer">
  2468. The compare implementation to use when comparing elements of the collection.
  2469. </param>
  2470. <param name="message">
  2471. The message to include in the exception when <paramref name="actual"/>
  2472. is equal to <paramref name="notExpected"/>. The message is shown in
  2473. test results.
  2474. </param>
  2475. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2476. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  2477. </exception>
  2478. </member>
  2479. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer,System.String,System.Object[])">
  2480. <summary>
  2481. Tests whether the specified collections are unequal and throws an exception
  2482. if the two collections are equal. Equality is defined as having the same
  2483. elements in the same order and quantity. Different references to the same
  2484. value are considered equal.
  2485. </summary>
  2486. <param name="notExpected">
  2487. The first collection to compare. This is the collection the tests expects
  2488. not to match <paramref name="actual"/>.
  2489. </param>
  2490. <param name="actual">
  2491. The second collection to compare. This is the collection produced by the
  2492. code under test.
  2493. </param>
  2494. <param name="comparer">
  2495. The compare implementation to use when comparing elements of the collection.
  2496. </param>
  2497. <param name="message">
  2498. The message to include in the exception when <paramref name="actual"/>
  2499. is equal to <paramref name="notExpected"/>. The message is shown in
  2500. test results.
  2501. </param>
  2502. <param name="parameters">
  2503. An array of parameters to use when formatting <paramref name="message"/>.
  2504. </param>
  2505. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2506. Thrown if <paramref name="notExpected"/> is equal to <paramref name="actual"/>.
  2507. </exception>
  2508. </member>
  2509. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.GetElementCounts(System.Collections.ICollection,System.Int32@)">
  2510. <summary>
  2511. Constructs a dictionary containing the number of occurrences of each
  2512. element in the specified collection.
  2513. </summary>
  2514. <param name="collection">
  2515. The collection to process.
  2516. </param>
  2517. <param name="nullCount">
  2518. The number of null elements in the collection.
  2519. </param>
  2520. <returns>
  2521. A dictionary containing the number of occurrences of each element
  2522. in the specified collection.
  2523. </returns>
  2524. </member>
  2525. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.IsSubsetOfHelper(System.Collections.ICollection,System.Collections.ICollection)">
  2526. <summary>
  2527. Determines whether the first collection is a subset of the second
  2528. collection. If either set contains duplicate elements, the number
  2529. of occurrences of the element in the subset must be less than or
  2530. equal to the number of occurrences in the superset.
  2531. </summary>
  2532. <param name="subset">
  2533. The collection the test expects to be contained in <paramref name="superset"/>.
  2534. </param>
  2535. <param name="superset">
  2536. The collection the test expects to contain <paramref name="subset"/>.
  2537. </param>
  2538. <returns>
  2539. True if <paramref name="subset"/> is a subset of
  2540. <paramref name="superset"/>, false otherwise.
  2541. </returns>
  2542. </member>
  2543. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.FindMismatchedElement(System.Collections.ICollection,System.Collections.ICollection,System.Int32@,System.Int32@,System.Object@)">
  2544. <summary>
  2545. Finds a mismatched element between the two collections. A mismatched
  2546. element is one that appears a different number of times in the
  2547. expected collection than it does in the actual collection. The
  2548. collections are assumed to be different non-null references with the
  2549. same number of elements. The caller is responsible for this level of
  2550. verification. If there is no mismatched element, the function returns
  2551. false and the out parameters should not be used.
  2552. </summary>
  2553. <param name="expected">The first collection to compare.</param>
  2554. <param name="actual">The second collection to compare.</param>
  2555. <param name="expectedCount">
  2556. The expected number of occurrences of
  2557. <paramref name="mismatchedElement"/> or 0 if there is no mismatched
  2558. element.
  2559. </param>
  2560. <param name="actualCount">
  2561. The actual number of occurrences of
  2562. <paramref name="mismatchedElement"/> or 0 if there is no mismatched
  2563. element.
  2564. </param>
  2565. <param name="mismatchedElement">
  2566. The mismatched element (may be null) or null if there is no
  2567. mismatched element.
  2568. </param>
  2569. <returns>
  2570. true if a mismatched element was found; false otherwise.
  2571. </returns>
  2572. </member>
  2573. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert.ObjectComparer">
  2574. <summary>
  2575. compares the objects using object.Equals
  2576. </summary>
  2577. </member>
  2578. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper">
  2579. <summary>
  2580. This class is designed to help user doing unit testing.
  2581. GenericParameterHelper satisfies some comment generic type constraints
  2582. such as:
  2583. 1. public default constructor
  2584. 2. implements common interface: IComparable, IEnumerable, ICloneable
  2585. </summary>
  2586. </member>
  2587. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.#ctor">
  2588. <summary>
  2589. public default constructor, satisfies the constraint in C# generics.
  2590. This constructor initializes the Data property to a random value.
  2591. </summary>
  2592. </member>
  2593. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.#ctor(System.Int32)">
  2594. <summary>
  2595. This constructor initializes the Data property to a user-supplied value
  2596. </summary>
  2597. <param name="data"></param>
  2598. </member>
  2599. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.Equals(System.Object)">
  2600. <summary>
  2601. Do the value comparison for two GenericParameterHelper object
  2602. </summary>
  2603. <param name="obj">object to do comparison with</param>
  2604. <returns>true if obj has the same value as 'this' GenericParameterHelper object.
  2605. false otherwise.</returns>
  2606. </member>
  2607. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.GetHashCode">
  2608. <summary>
  2609. Returns a hash code for this object.
  2610. </summary>
  2611. <returns></returns>
  2612. </member>
  2613. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.CompareTo(System.Object)">
  2614. <summary>
  2615. Compares to the object.
  2616. </summary>
  2617. <param name="obj"></param>
  2618. <returns></returns>
  2619. </member>
  2620. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.GetEnumerator">
  2621. <summary>
  2622. Returns an IEnumerator object whose length is derived from
  2623. the Data property.
  2624. </summary>
  2625. <returns></returns>
  2626. </member>
  2627. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.Clone">
  2628. <summary>
  2629. Returns a GenericParameterHelper object that is equal to
  2630. 'this' one.
  2631. </summary>
  2632. <returns></returns>
  2633. </member>
  2634. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.Data">
  2635. <summary>
  2636. Gets or sets the Data property.
  2637. </summary>
  2638. </member>
  2639. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.RuntimeTypeHelper">
  2640. <summary>
  2641. Provides method signature discovery for generic methods.
  2642. </summary>
  2643. </member>
  2644. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.RuntimeTypeHelper.SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])">
  2645. <summary>
  2646. Given a set of methods that match the base criteria, select a method based
  2647. upon an array of types. This method should return null if no method matches
  2648. the criteria.
  2649. </summary>
  2650. </member>
  2651. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert">
  2652. <summary>
  2653. Set of string assertions.
  2654. </summary>
  2655. </member>
  2656. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.Contains(System.String,System.String)">
  2657. <summary>
  2658. Tests whether the specified string contains the specified substring
  2659. and throws an exception if the substring does not occur within the
  2660. test string.
  2661. </summary>
  2662. <param name="value">
  2663. The string that is expected to contain <paramref name="substring"/>.
  2664. </param>
  2665. <param name="substring">
  2666. The string expected to occur within <paramref name="value"/>.
  2667. </param>
  2668. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2669. Thrown if <paramref name="substring"/> is not found in
  2670. <paramref name="value"/>.
  2671. </exception>
  2672. </member>
  2673. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.Contains(System.String,System.String,System.String)">
  2674. <summary>
  2675. Tests whether the specified string contains the specified substring
  2676. and throws an exception if the substring does not occur within the
  2677. test string.
  2678. </summary>
  2679. <param name="value">
  2680. The string that is expected to contain <paramref name="substring"/>.
  2681. </param>
  2682. <param name="substring">
  2683. The string expected to occur within <paramref name="value"/>.
  2684. </param>
  2685. <param name="message">
  2686. The message to include in the exception when <paramref name="substring"/>
  2687. is not in <paramref name="value"/>. The message is shown in
  2688. test results.
  2689. </param>
  2690. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2691. Thrown if <paramref name="substring"/> is not found in
  2692. <paramref name="value"/>.
  2693. </exception>
  2694. </member>
  2695. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.Contains(System.String,System.String,System.String,System.Object[])">
  2696. <summary>
  2697. Tests whether the specified string contains the specified substring
  2698. and throws an exception if the substring does not occur within the
  2699. test string.
  2700. </summary>
  2701. <param name="value">
  2702. The string that is expected to contain <paramref name="substring"/>.
  2703. </param>
  2704. <param name="substring">
  2705. The string expected to occur within <paramref name="value"/>.
  2706. </param>
  2707. <param name="message">
  2708. The message to include in the exception when <paramref name="substring"/>
  2709. is not in <paramref name="value"/>. The message is shown in
  2710. test results.
  2711. </param>
  2712. <param name="parameters">
  2713. An array of parameters to use when formatting <paramref name="message"/>.
  2714. </param>
  2715. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2716. Thrown if <paramref name="substring"/> is not found in
  2717. <paramref name="value"/>.
  2718. </exception>
  2719. </member>
  2720. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.StartsWith(System.String,System.String)">
  2721. <summary>
  2722. Tests whether the specified string begins with the specified substring
  2723. and throws an exception if the test string does not start with the
  2724. substring.
  2725. </summary>
  2726. <param name="value">
  2727. The string that is expected to begin with <paramref name="substring"/>.
  2728. </param>
  2729. <param name="substring">
  2730. The string expected to be a prefix of <paramref name="value"/>.
  2731. </param>
  2732. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2733. Thrown if <paramref name="value"/> does not begin with
  2734. <paramref name="substring"/>.
  2735. </exception>
  2736. </member>
  2737. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.StartsWith(System.String,System.String,System.String)">
  2738. <summary>
  2739. Tests whether the specified string begins with the specified substring
  2740. and throws an exception if the test string does not start with the
  2741. substring.
  2742. </summary>
  2743. <param name="value">
  2744. The string that is expected to begin with <paramref name="substring"/>.
  2745. </param>
  2746. <param name="substring">
  2747. The string expected to be a prefix of <paramref name="value"/>.
  2748. </param>
  2749. <param name="message">
  2750. The message to include in the exception when <paramref name="value"/>
  2751. does not begin with <paramref name="substring"/>. The message is
  2752. shown in test results.
  2753. </param>
  2754. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2755. Thrown if <paramref name="value"/> does not begin with
  2756. <paramref name="substring"/>.
  2757. </exception>
  2758. </member>
  2759. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.StartsWith(System.String,System.String,System.String,System.Object[])">
  2760. <summary>
  2761. Tests whether the specified string begins with the specified substring
  2762. and throws an exception if the test string does not start with the
  2763. substring.
  2764. </summary>
  2765. <param name="value">
  2766. The string that is expected to begin with <paramref name="substring"/>.
  2767. </param>
  2768. <param name="substring">
  2769. The string expected to be a prefix of <paramref name="value"/>.
  2770. </param>
  2771. <param name="message">
  2772. The message to include in the exception when <paramref name="value"/>
  2773. does not begin with <paramref name="substring"/>. The message is
  2774. shown in test results.
  2775. </param>
  2776. <param name="parameters">
  2777. An array of parameters to use when formatting <paramref name="message"/>.
  2778. </param>
  2779. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2780. Thrown if <paramref name="value"/> does not begin with
  2781. <paramref name="substring"/>.
  2782. </exception>
  2783. </member>
  2784. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.EndsWith(System.String,System.String)">
  2785. <summary>
  2786. Tests whether the specified string ends with the specified substring
  2787. and throws an exception if the test string does not end with the
  2788. substring.
  2789. </summary>
  2790. <param name="value">
  2791. The string that is expected to end with <paramref name="substring"/>.
  2792. </param>
  2793. <param name="substring">
  2794. The string expected to be a suffix of <paramref name="value"/>.
  2795. </param>
  2796. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2797. Thrown if <paramref name="value"/> does not end with
  2798. <paramref name="substring"/>.
  2799. </exception>
  2800. </member>
  2801. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.EndsWith(System.String,System.String,System.String)">
  2802. <summary>
  2803. Tests whether the specified string ends with the specified substring
  2804. and throws an exception if the test string does not end with the
  2805. substring.
  2806. </summary>
  2807. <param name="value">
  2808. The string that is expected to end with <paramref name="substring"/>.
  2809. </param>
  2810. <param name="substring">
  2811. The string expected to be a suffix of <paramref name="value"/>.
  2812. </param>
  2813. <param name="message">
  2814. The message to include in the exception when <paramref name="value"/>
  2815. does not end with <paramref name="substring"/>. The message is
  2816. shown in test results.
  2817. </param>
  2818. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2819. Thrown if <paramref name="value"/> does not end with
  2820. <paramref name="substring"/>.
  2821. </exception>
  2822. </member>
  2823. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.EndsWith(System.String,System.String,System.String,System.Object[])">
  2824. <summary>
  2825. Tests whether the specified string ends with the specified substring
  2826. and throws an exception if the test string does not end with the
  2827. substring.
  2828. </summary>
  2829. <param name="value">
  2830. The string that is expected to end with <paramref name="substring"/>.
  2831. </param>
  2832. <param name="substring">
  2833. The string expected to be a suffix of <paramref name="value"/>.
  2834. </param>
  2835. <param name="message">
  2836. The message to include in the exception when <paramref name="value"/>
  2837. does not end with <paramref name="substring"/>. The message is
  2838. shown in test results.
  2839. </param>
  2840. <param name="parameters">
  2841. An array of parameters to use when formatting <paramref name="message"/>.
  2842. </param>
  2843. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2844. Thrown if <paramref name="value"/> does not end with
  2845. <paramref name="substring"/>.
  2846. </exception>
  2847. </member>
  2848. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.Matches(System.String,System.Text.RegularExpressions.Regex)">
  2849. <summary>
  2850. Tests whether the specified string matches a regular expression and
  2851. throws an exception if the string does not match the expression.
  2852. </summary>
  2853. <param name="value">
  2854. The string that is expected to match <paramref name="pattern"/>.
  2855. </param>
  2856. <param name="pattern">
  2857. The regular expression that <paramref name="value"/> is
  2858. expected to match.
  2859. </param>
  2860. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2861. Thrown if <paramref name="value"/> does not match
  2862. <paramref name="pattern"/>.
  2863. </exception>
  2864. </member>
  2865. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.Matches(System.String,System.Text.RegularExpressions.Regex,System.String)">
  2866. <summary>
  2867. Tests whether the specified string matches a regular expression and
  2868. throws an exception if the string does not match the expression.
  2869. </summary>
  2870. <param name="value">
  2871. The string that is expected to match <paramref name="pattern"/>.
  2872. </param>
  2873. <param name="pattern">
  2874. The regular expression that <paramref name="value"/> is
  2875. expected to match.
  2876. </param>
  2877. <param name="message">
  2878. The message to include in the exception when <paramref name="value"/>
  2879. does not match <paramref name="pattern"/>. The message is shown in
  2880. test results.
  2881. </param>
  2882. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2883. Thrown if <paramref name="value"/> does not match
  2884. <paramref name="pattern"/>.
  2885. </exception>
  2886. </member>
  2887. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.Matches(System.String,System.Text.RegularExpressions.Regex,System.String,System.Object[])">
  2888. <summary>
  2889. Tests whether the specified string matches a regular expression and
  2890. throws an exception if the string does not match the expression.
  2891. </summary>
  2892. <param name="value">
  2893. The string that is expected to match <paramref name="pattern"/>.
  2894. </param>
  2895. <param name="pattern">
  2896. The regular expression that <paramref name="value"/> is
  2897. expected to match.
  2898. </param>
  2899. <param name="message">
  2900. The message to include in the exception when <paramref name="value"/>
  2901. does not match <paramref name="pattern"/>. The message is shown in
  2902. test results.
  2903. </param>
  2904. <param name="parameters">
  2905. An array of parameters to use when formatting <paramref name="message"/>.
  2906. </param>
  2907. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2908. Thrown if <paramref name="value"/> does not match
  2909. <paramref name="pattern"/>.
  2910. </exception>
  2911. </member>
  2912. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.DoesNotMatch(System.String,System.Text.RegularExpressions.Regex)">
  2913. <summary>
  2914. Tests whether the specified string does not match a regular expression
  2915. and throws an exception if the string matches the expression.
  2916. </summary>
  2917. <param name="value">
  2918. The string that is expected not to match <paramref name="pattern"/>.
  2919. </param>
  2920. <param name="pattern">
  2921. The regular expression that <paramref name="value"/> is
  2922. expected to not match.
  2923. </param>
  2924. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2925. Thrown if <paramref name="value"/> matches <paramref name="pattern"/>.
  2926. </exception>
  2927. </member>
  2928. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.DoesNotMatch(System.String,System.Text.RegularExpressions.Regex,System.String)">
  2929. <summary>
  2930. Tests whether the specified string does not match a regular expression
  2931. and throws an exception if the string matches the expression.
  2932. </summary>
  2933. <param name="value">
  2934. The string that is expected not to match <paramref name="pattern"/>.
  2935. </param>
  2936. <param name="pattern">
  2937. The regular expression that <paramref name="value"/> is
  2938. expected to not match.
  2939. </param>
  2940. <param name="message">
  2941. The message to include in the exception when <paramref name="value"/>
  2942. matches <paramref name="pattern"/>. The message is shown in test
  2943. results.
  2944. </param>
  2945. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2946. Thrown if <paramref name="value"/> matches <paramref name="pattern"/>.
  2947. </exception>
  2948. </member>
  2949. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.StringAssert.DoesNotMatch(System.String,System.Text.RegularExpressions.Regex,System.String,System.Object[])">
  2950. <summary>
  2951. Tests whether the specified string does not match a regular expression
  2952. and throws an exception if the string matches the expression.
  2953. </summary>
  2954. <param name="value">
  2955. The string that is expected not to match <paramref name="pattern"/>.
  2956. </param>
  2957. <param name="pattern">
  2958. The regular expression that <paramref name="value"/> is
  2959. expected to not match.
  2960. </param>
  2961. <param name="message">
  2962. The message to include in the exception when <paramref name="value"/>
  2963. matches <paramref name="pattern"/>. The message is shown in test
  2964. results.
  2965. </param>
  2966. <param name="parameters">
  2967. An array of parameters to use when formatting <paramref name="message"/>.
  2968. </param>
  2969. <exception cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException">
  2970. Thrown if <paramref name="value"/> matches <paramref name="pattern"/>.
  2971. </exception>
  2972. </member>
  2973. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext">
  2974. <summary>
  2975. TestContext class. This class should be fully abstract and not contain any
  2976. members. The adapter will implement the members. Users in the framework should
  2977. only access this via a well-defined interface.
  2978. </summary>
  2979. </member>
  2980. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.WriteLine(System.String,System.Object[])">
  2981. <summary>
  2982. Used to write trace messages while the test is running
  2983. </summary>
  2984. <param name="format">format string</param>
  2985. <param name="args">the arguments</param>
  2986. </member>
  2987. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.AddResultFile(System.String)">
  2988. <summary>
  2989. Adds a file name to the list in TestResult.ResultFileNames
  2990. </summary>
  2991. </member>
  2992. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.BeginTimer(System.String)">
  2993. <summary>
  2994. Begins a timer with the specified name
  2995. </summary>
  2996. </member>
  2997. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.EndTimer(System.String)">
  2998. <summary>
  2999. Ends a timer with the specified name
  3000. </summary>
  3001. </member>
  3002. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.Properties">
  3003. <summary>
  3004. Per test properties
  3005. </summary>
  3006. <value></value>
  3007. </member>
  3008. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.DataRow">
  3009. <summary>
  3010. Current data row when test is used for data driven testing.
  3011. </summary>
  3012. </member>
  3013. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.DataConnection">
  3014. <summary>
  3015. Current data connection row when test is used for data driven testing.
  3016. </summary>
  3017. </member>
  3018. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestLogsDir">
  3019. <summary>
  3020. Gets the test logs directory.
  3021. </summary>
  3022. </member>
  3023. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestDir">
  3024. <summary>
  3025. Gets the test directory.
  3026. </summary>
  3027. </member>
  3028. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestDeploymentDir">
  3029. <summary>
  3030. Gets the test deployment directory.
  3031. </summary>
  3032. </member>
  3033. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestName">
  3034. <summary>
  3035. Gets the test name.
  3036. </summary>
  3037. </member>
  3038. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.CurrentTestOutcome">
  3039. <summary>
  3040. Gets the CurrentTestOutcome.
  3041. </summary>
  3042. </member>
  3043. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome">
  3044. <summary>
  3045. Outcome of a test or a run.
  3046. If a new successful state needs to be added you will need to modify
  3047. RunResultAndStatistics in TestRun and TestOutcomeHelper below.
  3048. NOTE: the order is important and is used for computing outcome for aggregations.
  3049. More important outcomes come first. See TestOutcomeHelper.GetAggregationOutcome.
  3050. </summary>
  3051. </member>
  3052. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Failed">
  3053. <summary>
  3054. Test was executed, but there were issues.
  3055. Issues may involve exceptions or failed assertions.
  3056. </summary>
  3057. </member>
  3058. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Inconclusive">
  3059. <summary>
  3060. Test has completed, but we can't say if it passed or failed.
  3061. May be used for aborted tests...
  3062. </summary>
  3063. </member>
  3064. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Passed">
  3065. <summary>
  3066. Test was executed w/o any issues.
  3067. </summary>
  3068. </member>
  3069. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.InProgress">
  3070. <summary>
  3071. Test is currently executing.
  3072. </summary>
  3073. </member>
  3074. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Error">
  3075. <summary>
  3076. There was a system error while we were trying to execute a test.
  3077. </summary>
  3078. </member>
  3079. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Timeout">
  3080. <summary>
  3081. The test timed out.
  3082. </summary>
  3083. </member>
  3084. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Aborted">
  3085. <summary>
  3086. Test was aborted by the user.
  3087. </summary>
  3088. </member>
  3089. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome.Unknown">
  3090. <summary>
  3091. Test is in an unknown state
  3092. </summary>
  3093. </member>
  3094. <member name="T:System.Data.DataRow">
  3095. <summary>
  3096. The data row.
  3097. </summary>
  3098. </member>
  3099. <member name="T:System.Data.Common.DbConnection">
  3100. <summary>
  3101. The database connection.
  3102. </summary>
  3103. </member>
  3104. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute">
  3105. <summary>
  3106. Marks a test class.
  3107. </summary>
  3108. </member>
  3109. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute.#ctor">
  3110. <summary>
  3111. Initializes a new test class attribute.
  3112. </summary>
  3113. </member>
  3114. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute">
  3115. <summary>
  3116. Marks a test method.
  3117. </summary>
  3118. </member>
  3119. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute.#ctor">
  3120. <summary>
  3121. Initializes a new TestMethodAttribute.
  3122. </summary>
  3123. </member>
  3124. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestInitializeAttribute">
  3125. <summary>
  3126. A method marker called before a test method runs.
  3127. </summary>
  3128. </member>
  3129. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestInitializeAttribute.#ctor">
  3130. <summary>
  3131. Initializes a new TestInitializeAttribute.
  3132. </summary>
  3133. </member>
  3134. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestCleanupAttribute">
  3135. <summary>
  3136. A method marker called after a test method runs.
  3137. </summary>
  3138. </member>
  3139. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestCleanupAttribute.#ctor">
  3140. <summary>
  3141. Initializes a new TestCleanupAttribute.
  3142. </summary>
  3143. </member>
  3144. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.IgnoreAttribute">
  3145. <summary>
  3146. Ignores a unit test.
  3147. </summary>
  3148. </member>
  3149. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.IgnoreAttribute.#ctor">
  3150. <summary>
  3151. Initializes a new IgnoreAttribute.
  3152. </summary>
  3153. </member>
  3154. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionAttribute">
  3155. <summary>
  3156. The ExpectedExceptionAttribute.
  3157. </summary>
  3158. </member>
  3159. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionAttribute.#ctor(System.Type)">
  3160. <summary>
  3161. Initializes the ExpectedExceptionAttribute.
  3162. </summary>
  3163. <param name="exceptionType">The exception type.</param>
  3164. </member>
  3165. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionAttribute.#ctor(System.Type,System.String)">
  3166. <summary>
  3167. Initializes the ExpectedExceptionAttribute.
  3168. </summary>
  3169. <param name="exceptionType">The exception type.</param>
  3170. <param name="message">The message.</param>
  3171. </member>
  3172. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionAttribute.ExceptionType">
  3173. <summary>
  3174. Gets the exception type.
  3175. </summary>
  3176. </member>
  3177. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionAttribute.Message">
  3178. <summary>
  3179. Gets the message.
  3180. </summary>
  3181. </member>
  3182. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute">
  3183. <summary>
  3184. The test property attribute.
  3185. </summary>
  3186. </member>
  3187. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute.#ctor(System.String,System.String)">
  3188. <summary>
  3189. Initializes the TestPropertyAttribute.
  3190. </summary>
  3191. <param name="name"></param>
  3192. <param name="value"></param>
  3193. </member>
  3194. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute.Name">
  3195. <summary>
  3196. Gets the name.
  3197. </summary>
  3198. </member>
  3199. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute.Value">
  3200. <summary>
  3201. Gets the value.
  3202. </summary>
  3203. </member>
  3204. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.ClassInitializeAttribute">
  3205. <summary>
  3206. The ClassInitializeAttribute.
  3207. </summary>
  3208. </member>
  3209. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.ClassInitializeAttribute.#ctor">
  3210. <summary>
  3211. Initializes the ClassInitializeAttribute.
  3212. </summary>
  3213. </member>
  3214. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.ClassCleanupAttribute">
  3215. <summary>
  3216. The ClassCleanupAttribute.
  3217. </summary>
  3218. </member>
  3219. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.ClassCleanupAttribute.#ctor">
  3220. <summary>
  3221. Initializes the ClassCleanupAttribute.
  3222. </summary>
  3223. </member>
  3224. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssemblyInitializeAttribute">
  3225. <summary>
  3226. The AssemblyInitializeAttribute.
  3227. </summary>
  3228. </member>
  3229. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssemblyInitializeAttribute.#ctor">
  3230. <summary>
  3231. Initializes the AssemblyInitializeAttribute.
  3232. </summary>
  3233. </member>
  3234. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.AssemblyCleanupAttribute">
  3235. <summary>
  3236. The AssemblyCleanupAttribute.
  3237. </summary>
  3238. </member>
  3239. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.AssemblyCleanupAttribute.#ctor">
  3240. <summary>
  3241. Initializes the AssemblyCleanupAttribute.
  3242. </summary>
  3243. </member>
  3244. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.DescriptionAttribute">
  3245. <summary>
  3246. Description of the test.
  3247. </summary>
  3248. </member>
  3249. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DescriptionAttribute.#ctor(System.String)">
  3250. <summary>
  3251. Initializes the DescriptionAttribute.
  3252. </summary>
  3253. <param name="description">The description.</param>
  3254. </member>
  3255. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.DescriptionAttribute.Description">
  3256. <summary>
  3257. Gets the description.
  3258. </summary>
  3259. </member>
  3260. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.OwnerAttribute">
  3261. <summary>
  3262. The OwnerAttribute.
  3263. </summary>
  3264. </member>
  3265. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.OwnerAttribute.#ctor(System.String)">
  3266. <summary>
  3267. Initializes the OwnerAttribute.
  3268. </summary>
  3269. <param name="owner">The owner.</param>
  3270. </member>
  3271. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.OwnerAttribute.Owner">
  3272. <summary>
  3273. Gets the owner.
  3274. </summary>
  3275. </member>
  3276. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.CssProjectStructureAttribute">
  3277. <summary>
  3278. CSS Project Structure URI.
  3279. </summary>
  3280. </member>
  3281. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CssProjectStructureAttribute.#ctor(System.String)">
  3282. <summary>
  3283. Initializes the CSS Project Structure URI.
  3284. </summary>
  3285. <param name="cssProjectStructure">The structure.</param>
  3286. </member>
  3287. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.CssProjectStructureAttribute.CssProjectStructure">
  3288. <summary>
  3289. Gets the property structure.
  3290. </summary>
  3291. </member>
  3292. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.CssIterationAttribute">
  3293. <summary>
  3294. CSS Iteration URI
  3295. </summary>
  3296. </member>
  3297. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.CssIterationAttribute.#ctor(System.String)">
  3298. <summary>
  3299. Initializes the CssIterationAttribute.
  3300. </summary>
  3301. <param name="cssIteration">The parameter.</param>
  3302. </member>
  3303. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.CssIterationAttribute.CssIteration">
  3304. <summary>
  3305. Gets the CssIteration.
  3306. </summary>
  3307. </member>
  3308. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.PriorityAttribute">
  3309. <summary>
  3310. Priority attribute; used to specify the priority of a unit test.
  3311. </summary>
  3312. </member>
  3313. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.PriorityAttribute.#ctor(System.Int32)">
  3314. <summary>
  3315. Initializes the PriorityAttribute.
  3316. </summary>
  3317. <param name="priority">The priority.</param>
  3318. </member>
  3319. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.PriorityAttribute.Priority">
  3320. <summary>
  3321. Gets the Priority.
  3322. </summary>
  3323. </member>
  3324. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TimeoutAttribute">
  3325. <summary>
  3326. Timeout attribute; used to specify the timeout of a unit test.
  3327. </summary>
  3328. </member>
  3329. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TimeoutAttribute.#ctor(System.Int32)">
  3330. <summary>
  3331. Initializes the TimeoutAttribute.
  3332. </summary>
  3333. <param name="timeout"></param>
  3334. </member>
  3335. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TimeoutAttribute.Timeout">
  3336. <summary>
  3337. Gets the Timeout.
  3338. </summary>
  3339. </member>
  3340. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.WorkItemAttribute">
  3341. <summary>
  3342. WorkItem attribute; used to specify a work item associated with this test.
  3343. </summary>
  3344. </member>
  3345. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.WorkItemAttribute.#ctor(System.Int32)">
  3346. <summary>
  3347. Initializes the WorkItemAttribute.
  3348. </summary>
  3349. <param name="id"></param>
  3350. </member>
  3351. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.WorkItemAttribute.Id">
  3352. <summary>
  3353. Gets the ID.
  3354. </summary>
  3355. </member>
  3356. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute">
  3357. <summary>
  3358. HostType specifies the type of host that this unit test will
  3359. run in.
  3360. </summary>
  3361. </member>
  3362. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute.#ctor(System.String)">
  3363. <summary>
  3364. Initializes the host type attribute.
  3365. </summary>
  3366. <param name="hostType"></param>
  3367. </member>
  3368. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute.#ctor(System.String,System.String)">
  3369. <summary>
  3370. Constructor of HostTypeAttribute.
  3371. </summary>
  3372. <param name="hostType">The type of the host.</param>
  3373. <param name="hostData">Custom data for the host adapter.</param>
  3374. </member>
  3375. <member name="F:Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute.m_hostData">
  3376. The reason this is string (and not object) is that currently CMI cannot parse arbitrary instances of object and we deprioritized changing CMI.
  3377. </member>
  3378. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute.HostType">
  3379. <summary>
  3380. Gets the host type.
  3381. </summary>
  3382. </member>
  3383. <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute.HostData">
  3384. <summary>
  3385. Gets the host data.
  3386. </summary>
  3387. </member>
  3388. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute">
  3389. <summary>
  3390. Used to specify deployment item (file or directory) for per-test deployment.
  3391. Can be specified on test class or test method.
  3392. Can have multiple instances of the attribute to specify more than one item.
  3393. The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot.
  3394. </summary>
  3395. <example>
  3396. [DeploymentItem("file1.xml")]
  3397. [DeploymentItem("file2.xml", "DataFiles")]
  3398. [DeploymentItem("bin\Debug")]
  3399. </example>
  3400. </member>
  3401. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.#ctor(System.String)">
  3402. <summary>
  3403. Initializes DeploymentItemAttribute.
  3404. </summary>
  3405. <param name="path">The path.</param>
  3406. </member>
  3407. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.#ctor(System.String,System.String)">
  3408. <summary>
  3409. Initializes DeploymentItemAttribute.
  3410. </summary>
  3411. <param name="path">The path.</param>
  3412. <param name="outputDirectory">The output directory.</param>
  3413. </member>
  3414. <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.IVerifiable">
  3415. <summary>
  3416. Verifiable interface.
  3417. </summary>
  3418. </member>
  3419. <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.IVerifiable.IsValid">
  3420. <summary>
  3421. The IsValid method.
  3422. </summary>
  3423. <returns>Returns a value.</returns>
  3424. </member>
  3425. </members>
  3426. </doc>