ApplicationUnderTest 類別
自動化應用程式測試作業。
繼承階層架構
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.ApplicationBase
Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
語法
'宣告
<CLSCompliantAttribute(True)> _
Public Class ApplicationUnderTest _
Inherits ApplicationBase _
Implements IDisposable
[CLSCompliantAttribute(true)]
public class ApplicationUnderTest : ApplicationBase,
IDisposable
[CLSCompliantAttribute(true)]
public ref class ApplicationUnderTest : public ApplicationBase,
IDisposable
[<CLSCompliantAttribute(true)>]
type ApplicationUnderTest =
class
inherit ApplicationBase
interface IDisposable
end
public class ApplicationUnderTest extends ApplicationBase implements IDisposable
ApplicationUnderTest 類型會公開下列成員。
建構函式
回頁首
屬性
回頁首
方法
|
CaptureImage |
(繼承自 UITestControl)。 |
|
Close |
關閉待測應用程式。 (覆寫 ApplicationBase.Close()。) |
|
CopyFrom |
(繼承自 UITestControl)。 |
|
Dispose() |
釋放 ApplicationUnderTest 所使用的所有資源。 |
|
Dispose(Boolean) |
釋放 ApplicationUnderTest 所使用的所有資源。 |
|
DrawHighlight |
(繼承自 UITestControl)。 |
|
EnsureClickable() |
(繼承自 UITestControl)。 |
|
EnsureClickable(Point) |
(繼承自 UITestControl)。 |
|
Equals |
(繼承自 UITestControl)。 |
|
Finalize |
在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。 |
|
Find |
在使用者介面中尋找這個應用程式視窗。 (覆寫 UITestControl.Find()。) |
|
FindMatchingControls |
(繼承自 UITestControl)。 |
|
FromProcess |
從現有的處理序建立 ApplicationUnderTest 的參考。 |
|
GetChildren |
(繼承自 UITestControl)。 |
|
GetClickablePoint |
(繼承自 UITestControl)。 |
|
GetHashCode |
(繼承自 UITestControl)。 |
|
GetParent |
(繼承自 UITestControl)。 |
|
GetProperty |
(繼承自 UITestControl)。 |
|
GetType |
取得目前實例 Type 的屬性。 (繼承自 Object)。 |
|
GetUITestControlsForSearch |
(繼承自 UITestControl)。 |
|
Launch(ProcessStartInfo) |
使用所指定的參數啟動應用程式。 |
|
Launch(String) |
使用所指定的參數啟動應用程式。 |
|
Launch(String, String) |
使用所指定的參數啟動應用程式。 |
|
Launch(String, String, String) |
使用所指定的參數啟動應用程式。 |
|
Launch(String, String, String, String, SecureString, String) |
使用所指定的參數啟動應用程式。 |
|
MemberwiseClone |
建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。 |
|
SetFocus |
(繼承自 UITestControl)。 |
|
SetProperty |
(繼承自 UITestControl)。 |
|
Shutdown |
強制應用程式關閉。 |
|
ToString |
(繼承自 UITestControl)。 |
|
TryFind |
(繼承自 UITestControl)。 |
|
TryGetClickablePoint(Point%) |
(繼承自 UITestControl)。 |
|
WaitForControlCondition(Predicate<UITestControl>) |
(繼承自 UITestControl)。 |
|
WaitForControlCondition(Predicate<UITestControl>, Int32) |
(繼承自 UITestControl)。 |
|
WaitForControlEnabled() |
(繼承自 UITestControl)。 |
|
WaitForControlEnabled(Int32) |
(繼承自 UITestControl)。 |
|
WaitForControlExist() |
(繼承自 UITestControl)。 |
|
WaitForControlExist(Int32) |
(繼承自 UITestControl)。 |
|
WaitForControlNotExist() |
(繼承自 UITestControl)。 |
|
WaitForControlNotExist(Int32) |
(繼承自 UITestControl)。 |
|
WaitForControlPropertyEqual(String, Object) |
(繼承自 UITestControl)。 |
|
WaitForControlPropertyEqual(String, Object, Int32) |
(繼承自 UITestControl)。 |
|
WaitForControlPropertyNotEqual(String, Object) |
(繼承自 UITestControl)。 |
|
WaitForControlPropertyNotEqual(String, Object, Int32) |
(繼承自 UITestControl)。 |
|
WaitForControlReady() |
(繼承自 UITestControl)。 |
|
WaitForControlReady(Int32) |
(繼承自 UITestControl)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITesting 命名空間
UITestControl