com.android.tradefed.testtype.junit4

註解

AfterClassWithInfo AfterClass 類似,但註解方法必須要求 TestInformation 參數。 
BeforeClassWithInfo BeforeClass 類似,但註解方法必須要求 TestInformation 參數。 

類別

BaseHostJUnit4Test 用於執行主機 JUnit4 風格測試的基本測試類別。 
CarryDnaeError 內部 RuntimeException,可透過 JUnit4 架構傳送 DeviceNotAvailableException。 
CarryInterruptedException 當測試階段逾時,且需要將 InterruptedException 從測試執行緒傳送至叫用執行緒時,就會擲回此例外。 
DeviceParameterizedRunner 適用於主機端驅動參數化測試的 JUnit4 樣式參數化執行程式。 
DeviceTestRunOptions 建構類別,用於透過 BaseHostJUnit4Test 執行裝置測試的相關選項。 
ExceptionThrowingRunnerWrapper  
JUnit4ResultForwarder JUnit4 Runner 的結果轉寄程式。 
RunAftersWithInfo  
RunBeforesWithInfo  
RunNotifierWrapper RunNotifier 的包裝函式,可攜帶 DeviceNotAvailableException。