SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

java.lang.Object
   ↳ com.android.tradefed.sandbox.SandboxInvocationRunner


सैंडबॉक्स में, कॉल करने से जुड़े टेस्ट चलाएं.

खास जानकारी

पब्लिक कंस्ट्रक्टर

SandboxInvocationRunner()

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

static boolean prepareAndRun(TestInformation info, IConfiguration config, ITestInvocationListener listener)

टेस्ट सेटअप करें और उन्हें चलाएं.

static void prepareSandbox(TestInformation info, IConfiguration config, ITestInvocationListener listener)

सैंडबॉक्स को तैयार करने का चरण

static boolean runSandbox(TestInformation info, IConfiguration config, ITestInvocationListener listener)

सैंडबॉक्स को चलाने का तरीका

static void teardownSandbox(IConfiguration config)

पब्लिक कंस्ट्रक्टर

SandboxInvocationRunner

public SandboxInvocationRunner ()

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

prepareAndRun

public static boolean prepareAndRun (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

टेस्ट सेटअप करें और उन्हें चलाएं.

पैरामीटर
info TestInformation

config IConfiguration

listener ITestInvocationListener

रिटर्न
boolean अगर अनुरोध पूरा हो जाता है, तो यह True दिखाता है. अगर ऐसा नहीं है, तो गलत.

prepareSandbox

public static void prepareSandbox (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

सैंडबॉक्स को तैयार करने का चरण

पैरामीटर
info TestInformation

config IConfiguration

listener ITestInvocationListener

runSandbox

public static boolean runSandbox (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

सैंडबॉक्स को चलाने का तरीका

पैरामीटर
info TestInformation

config IConfiguration

listener ITestInvocationListener

रिटर्न
boolean

teardownSandbox

public static void teardownSandbox (IConfiguration config)

पैरामीटर
config IConfiguration