JUnitRunUtil

public class JUnitRunUtil
extends Object

java.lang.ऑब्जेक्ट
com.android.tradefed.testtype.JUnitRunUtil


IRemoteTest#run(TestInformation, ITestInvocationListener) कॉल को Test#run(TestResult) कॉल पर निर्देशित करने के लिए एक सहायक वर्ग।

सारांश

सार्वजनिक निर्माणकर्ता

JUnitRunUtil ()

सार्वजनिक तरीके

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)

सार्वजनिक निर्माणकर्ता

JUnitRunUtil

public JUnitRunUtil ()

सार्वजनिक तरीके

चालू परीक्षण

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

पैरामीटर
listener ITestInvocationListener

junitTest Test

runName String

रिटर्न
boolean

फेंकता
DeviceNotAvailableException

चालू परीक्षण

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest)

पैरामीटर
listener ITestInvocationListener

junitTest Test

रिटर्न
boolean

फेंकता
DeviceNotAvailableException

चालू परीक्षण

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

पैरामीटर
listener ITestInvocationListener

junitTest Test

runName String

testInfo TestInformation

रिटर्न
boolean

फेंकता
DeviceNotAvailableException