|
AfterAssemblyCleanupEventArgs |
提供 AfterAssemblyCleanup 事件的資料。 |
|
AfterAssemblyInitializeEventArgs |
提供 AfterAssemblyInitialize 事件的資料。 |
|
AfterClassCleanupEventArgs |
提供 AfterClassCleanup 事件的資料。 |
|
AfterClassInitializeEventArgs |
提供 AfterClassInitialize 事件的資料。 |
|
AfterTestCleanupEventArgs |
提供 AfterTestCleanup 事件的資料。 |
|
AfterTestInitializeEventArgs |
提供 AfterTestInitialize 事件的資料。 |
|
AssemblyCleanupAttribute |
識別方法,該方法包含組件中的所有測試都執行完畢後,為釋放此組件所佔用資源而要使用的程式碼。此類別無法被繼承。 |
|
AssemblyInitializeAttribute |
識別方法,該方法所包含的程式碼用於已執行組件中的所有測試之前,以便配置此組件所佔用的資源。此類別無法被繼承。 |
|
Assert |
利用真假值驗證單元測試中的條件。 |
|
AssertFailedException |
用來表示測試失敗。 |
|
AssertInconclusiveException |
用來表示測試尚未實作。 |
|
BaseShadow |
公佈方法會使用這個類別,協助測試私用型別。 |
|
BeforeAssemblyCleanupEventArgs |
提供 BeforeAssemblyCleanup 事件的資料。 |
|
BeforeAssemblyInitializeEventArgs |
提供 BeforeAssemblyInitialize 事件的資料。 |
|
BeforeClassCleanupEventArgs |
提供 BeforeClassCleanup 事件的資料。 |
|
BeforeClassInitializeEventArgs |
提供 BeforeClassInitialize 事件的資料。 |
|
BeforeTestCleanupEventArgs |
提供 BeforeTestCleanup 事件的資料。 |
|
BeforeTestInitializeEventArgs |
提供 BeforeTestInitialize 事件的資料。 |
|
ClassCleanupAttribute |
識別方法,該方法所包含的程式碼用於測試類別中的所有測試都完成執行之後,以便釋放此測試類別所佔用的資源。此類別無法被繼承。 |
|
ClassInitializeAttribute |
識別方法,該方法所包含的程式碼必須用於測試類別中的所有測試都完成執行之前,以便配置此測試類別所使用的資源。此類別無法被繼承。 |
|
CollectionAssert |
確認單元測試中與集合關聯的 true/false 值。 |
|
CssIterationAttribute |
表示這個測試所對應的專案反覆項目。此類別無法被繼承。 |
|
CssProjectStructureAttribute |
表示這個測試所對應到之 Team 專案階層架構中的節點。 |
|
DataSourceAttribute |
提供資料驅動型測試的資料來源專用資訊。此類別無法被繼承。 |
|
DataSourceElement |
表示在組態檔中做為 XML 標記的資料來源項目。 |
|
DataSourceElementCollection |
表示包含子系 DataSourceElement 物件集合的 XML 項目。 |
|
DeploymentItemAttribute |
指定應該在執行測試之前的組件一起部署的檔案或目錄。附加這個屬性對測試類別和測試方法。您可以使用多個執行個體。這個屬性不會繼承。 |
|
DescriptionAttribute |
用來指定測試的說明。此類別無法被繼承。 |
|
ExpectedExceptionAttribute |
表示測試方法執行期間所發生的預期例外狀況。此類別無法被繼承。 |
|
ExpectedExceptionBaseAttribute |
這是屬性的基底類別,這些屬性指定單元測試應擲回預期的例外狀況。 |
|
GenericParameterHelper |
這個類別是搭配泛型使用的預留位置。它會讓您傳遞非特定型別引數,以協助測試泛型型別。 |
|
HostTypeAttribute |
指定將執行相關聯單元測試的主機的類型。此類別無法被繼承。 |
|
IgnoreAttribute |
表示不應執行特定的測試。此類別無法被繼承。 |
|
InternalTestFailureException |
擲回的例外狀況,指出測試發生內部失敗。 |
|
OnTestStoppingEventArgs |
發生於測試在完成前停止時。 |
|
OwnerAttribute |
用來指定負責維護、執行和/或偵錯測試的人員。此類別無法被繼承。 |
|
PriorityAttribute |
用來指定單元測試的優先權。此類別無法被繼承。 |
|
PrivateObject |
允許測試程式碼呼叫受測試之程式碼上可能因為不是 public 而無法存取的方法和屬性。 |
|
PrivateType |
表示可用來存取私用靜態實作之私用類別的型別。 |
|
ShadowingAttribute |
不要使用這個類別。 |
|
StringAssert |
驗證單元測試中與字串關聯的真假值。 |
|
TestCategoryAttribute |
用來指定單元測試分類別的類別。 |
|
TestCategoryBaseAttribute |
提供分類屬性的基底類別。 |
|
TestClassAttribute |
用以識別內含測試方法的類別。此類別無法被繼承。 |
|
TestClassExtensionAttribute |
啟動類別,以便將其辨認為單元測試延伸模組類別。 |
|
TestCleanupAttribute |
識別方法,該方法所包含的程式碼必須於測試完成執行之後使用,以便釋放此測試類別中所有測試所佔用的資源。此類別無法被繼承。 |
|
TestConfiguration |
提供存取代表 app.config 檔案中的 microsoft.visualstudio.testtools 區段的TestConfigurationSection。 |
|
TestConfigurationSection |
提供對資料來源組態資料的存取。 |
|
TestContext |
用來儲存要提供給單元測試的資訊。 |
|
TestExecution |
這個類別表示與測試執行相關的事件。 |
|
TestExecutionEventArgs |
TestExecution 類別中的事件基底類別。 |
|
TestExtensionExecution |
此類別會啟動測試的自訂執行工作。 |
|
TestInitializeAttribute |
識別方法,此方法要在測試之前執行,以便配置和設定測試類別中所有測試所需的資源。此類別無法被繼承。 |
|
TestMethodAttribute |
用來識別測試方法。此類別無法被繼承。 |
|
TestMethodInvokerContext |
傳遞至 TestExtensionExecution.CreateMethodInvoker 的單元測試配接器。 |
|
TestMethodInvokerResult |
Invoke 傳回的結果。 |
|
TestPropertyAttribute |
在方法上建立測試專屬的屬性。此類別無法被繼承。 |
|
TimeoutAttribute |
用來指定單元測試的逾時期間。 |
|
UnitTestAssertException |
這是單元測試例外狀況的基底類別。 |
|
WebServiceHelper |
包含 Web 服務測試的 Helper 方法。 |
|
WorkItemAttribute |
用來指定與測試相關聯的工作項目。 |