/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

Large files are truncated click here to view the full 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 nam