JUnitRunUtil

public class JUnitRunUtil
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.JUnitRunUtil


Một lớp trợ giúp để chỉ đạo một IRemoteTest#run(TestInformation, ITestInvocationListener) gọi đến cuộc gọi Test#run(TestResult).

Tóm tắt

Hàm khởi tạo công khai

JUnitRunUtil()

Phương thức công khai

static boolean runTest(ITestInvocationListener listener, Test junitTest, String runName)
static boolean runTest(ITestInvocationListener listener, Test junitTest)
static boolean runTest(ITestInvocationListener listener, Test junitTest, String runName, TestInformation testInfo)

Hàm khởi tạo công khai

JUnitRunUtil

public JUnitRunUtil ()

Phương thức công khai

chạy kiểm thử

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest, 
                String runName)

Tham số
listener ITestInvocationListener

junitTest Test

runName String

Giá trị trả về
boolean

Gửi
DeviceNotAvailableException

chạy kiểm thử

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest)

Tham số
listener ITestInvocationListener

junitTest Test

Giá trị trả về
boolean

Gửi
DeviceNotAvailableException

chạy kiểm thử

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest, 
                String runName, 
                TestInformation testInfo)

Tham số
listener ITestInvocationListener

junitTest Test

runName String

testInfo TestInformation

Giá trị trả về
boolean

Gửi
DeviceNotAvailableException