SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.অবজেক্ট
com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo


testRunStarted তথ্যের জন্য সহায়ক

সারসংক্ষেপ

ক্ষেত্র

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

পাবলিক কনস্ট্রাক্টর

TestRunStartedEventInfo (String runName, int testCount)

লিগ্যাসি সামঞ্জস্যের জন্য এই কনস্ট্রাক্টর রাখুন।

TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
TestRunStartedEventInfo (JSONObject jsonObject)

পাবলিক পদ্ধতি

String toString ()

ক্ষেত্র

চেষ্টা

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

পাবলিক কনস্ট্রাক্টর

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

লিগ্যাসি সামঞ্জস্যের জন্য এই কনস্ট্রাক্টর রাখুন।

পরামিতি
runName String

testCount int

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount, 
                int attempt, 
                long startTime)

পরামিতি
runName String

testCount int

attempt int

startTime long

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

পরামিতি
jsonObject JSONObject

নিক্ষেপ করে
JSONException

পাবলিক পদ্ধতি

স্ট্রিং

public String toString ()

রিটার্নস
String