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 (JSONObject jsonObject)
TestRunStartedEventInfo (String runName, int testCount)

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

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

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

String toString ()

ক্ষেত্র

চেষ্টা

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

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

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

পরামিতি
jsonObject JSONObject

নিক্ষেপ করে
JSONException

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

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

toString

public String toString ()

রিটার্নস
String