comparison SilverlightExampleApp/Libs/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml @ 59:3591c26bd63e

MVVMLight added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 19:20:28 +0100
parents 502f5f365649
children
comparison
equal deleted inserted replaced
58:241e2f22ed3c 59:3591c26bd63e
2 <doc> 2 <doc>
3 <assembly> 3 <assembly>
4 <name>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight</name> 4 <name>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight</name>
5 </assembly> 5 </assembly>
6 <members> 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"> 7 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException">
136 <summary> 8 <summary>
137 Base class for Framework Exceptions, provides localization trick so that messages are in HA locale. 9 Base class for Framework Exceptions, provides localization trick so that messages are in HA locale.
138 </summary> 10 </summary>
139 </member> 11 </member>
2636 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.Data"> 2508 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.GenericParameterHelper.Data">
2637 <summary> 2509 <summary>
2638 Gets or sets the Data property. 2510 Gets or sets the Data property.
2639 </summary> 2511 </summary>
2640 </member> 2512 </member>
2513 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.UrlToTestAttribute">
2514 <summary>
2515 UrlToTest specifies the url that should be requested to give context to the test.
2516 </summary>
2517 </member>
2518 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.UrlToTestAttribute.#ctor(System.String)">
2519 <summary>
2520 An unused attribute.
2521 </summary>
2522 <param name="urlToTest"></param>
2523 </member>
2524 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.UrlToTestAttribute.UrlToTest">
2525 <summary>
2526 Gets the URL to test.
2527 </summary>
2528 </member>
2529 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute">
2530 <summary>
2531 AspNetDevelopmentServer specifies the settings to be used for the
2532 ASP.NET Development Server for the test.
2533 </summary>
2534 </member>
2535 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.#ctor(System.String,System.String)">
2536 <summary>
2537 Initializes the AspNetDevelopmentServerAttribute.
2538 </summary>
2539 <param name="name">The name.</param>
2540 <param name="pathToWebApp">The path to web app.</param>
2541 </member>
2542 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.#ctor(System.String,System.String,System.String)">
2543 <summary>
2544 Initializes the AspNetDevelopmentServerAttribute.
2545 </summary>
2546 <param name="name">The name.</param>
2547 <param name="pathToWebApp">The path to web app.</param>
2548 <param name="webAppRoot">The web app root.</param>
2549 </member>
2550 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.Name">
2551 <summary>
2552 Gets the name.
2553 </summary>
2554 </member>
2555 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.PathToWebApp">
2556 <summary>
2557 Gets the PathToWebApp.
2558 </summary>
2559 </member>
2560 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute.WebAppRoot">
2561 <summary>
2562 Gets the web app root.
2563 </summary>
2564 </member>
2565 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute">
2566 <summary>
2567 AspNetDevelopmentServerHost specifies the settings to be used when
2568 ASP.NET Development Server is the host server for the test.
2569 </summary>
2570 </member>
2571 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.#ctor(System.String)">
2572 <summary>
2573 Initializes the AspNetDevelopmentServerHostAttribute.
2574 </summary>
2575 <param name="pathToWebApp">The path to the web app.</param>
2576 </member>
2577 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.#ctor(System.String,System.String)">
2578 <summary>
2579 Initializes the AspNetDevelopmentServerHostAttribute.
2580 </summary>
2581 <param name="pathToWebApp">The path to the web app.</param>
2582 <param name="webAppRoot">The web app root.</param>
2583 </member>
2584 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.PathToWebApp">
2585 <summary>
2586 Gets the path to the web application.
2587 </summary>
2588 </member>
2589 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute.WebAppRoot">
2590 <summary>
2591 Gets the WebAppRoot.
2592 </summary>
2593 </member>
2594 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute">
2595 <summary>
2596 For ASP.NET sites that require basic authentication, specify the
2597 user name and password using the Credential attribute.
2598 WARNING: The password is stored in plain text in source code
2599 and in the compiled assembly. Restrict access to the source code
2600 and assembly to protect this sensitive information.
2601 </summary>
2602 </member>
2603 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.#ctor(System.String,System.String)">
2604 <summary>
2605 Specify the user name and password needed to access the web site under test.
2606 </summary>
2607 <param name="userName">The user name.</param>
2608 <param name="password">
2609 The password. WARNING: The password is stored in plain text in source code
2610 and in the compiled assembly. Restrict access to the source code and assembly
2611 to protect this sensitive information.
2612 </param>
2613 </member>
2614 <member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.#ctor(System.String,System.String,System.String)">
2615 <summary>
2616 Specify the user name, password, and domain needed to access the web site under test.
2617 </summary>
2618 <param name="userName">The user name.</param>
2619 <param name="password">
2620 The password. WARNING: The password is stored in plain text in source code
2621 and in the compiled assembly. Restrict access to the source code and assembly
2622 to protect this sensitive information.
2623 </param>
2624 <param name="domain">The domain.</param>
2625 </member>
2626 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.UserName">
2627 <summary>
2628 Gets the user name.
2629 </summary>
2630 </member>
2631 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.Password">
2632 <summary>
2633 Gets the password.
2634 </summary>
2635 </member>
2636 <member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute.Domain">
2637 <summary>
2638 Gets the domain.
2639 </summary>
2640 </member>
2641 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.RuntimeTypeHelper"> 2641 <member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.RuntimeTypeHelper">
2642 <summary> 2642 <summary>
2643 Provides method signature discovery for generic methods. 2643 Provides method signature discovery for generic methods.
2644 </summary> 2644 </summary>
2645 </member> 2645 </member>