LogcatCrashResultForwarder
public class LogcatCrashResultForwarder
extends ResultForwarder
বিশেষ শ্রোতা: ব্যর্থতায় (ইনস্ট্রুমেন্টেশন প্রক্রিয়া ক্র্যাশিং) এটি লগক্যাট থেকে ক্র্যাশটি বের করার চেষ্টা করবে এবং পরীক্ষার সাথে যুক্ত ব্যর্থতার বার্তায় এটি যুক্ত করবে।
সারাংশ
ধ্রুবক
MAX_NUMBER_CRASH
public static final int MAX_NUMBER_CRASH
ধ্রুবক মান: 3 (0x00000003)
ক্ষেত্র
ERROR_MESSAGE
public static final String ERROR_MESSAGE
ডিভাইসের পাশে কিছু ভুল হলে ইন্সট্রুমেন্টেশন থেকে বিশেষ ত্রুটি বার্তা।
INCOMPLETE_MESSAGE
public static final String INCOMPLETE_MESSAGE
SYSTEM_CRASH_MESSAGE
public static final String SYSTEM_CRASH_MESSAGE
TIMEOUT_MESSAGES
public static final TIMEOUT_MESSAGES
পাবলিক কনস্ট্রাক্টর
LogcatCrashResultForwarder
public LogcatCrashResultForwarder (ITestDevice device,
ITestInvocationListener... listeners)
পরামিতি |
---|
device | ITestDevice |
listeners | ITestInvocationListener |
পাবলিক পদ্ধতি
ডিভাইস পান
public ITestDevice getDevice ()
পরীক্ষা শেষ
public void testEnded (TestDescription test,
long endTime,
testMetrics)
পরামিতি |
---|
test | TestDescription |
endTime | long |
testMetrics | |
পরীক্ষায় ব্যর্থ
public void testFailed (TestDescription test,
FailureDescription failure)
পরামিতি |
---|
test | TestDescription |
failure | FailureDescription |
পরীক্ষায় ব্যর্থ
public void testFailed (TestDescription test,
String trace)
পরামিতি |
---|
test | TestDescription |
trace | String |
testRunended
public void testRunEnded (long elapsedTime,
runMetrics)
পরামিতি |
---|
elapsedTime | long |
runMetrics | |
testRunfailed
public void testRunFailed (FailureDescription error)
পরামিতি |
---|
error | FailureDescription |
testRunfailed
public void testRunFailed (String errorMessage)
পরামিতি |
---|
errorMessage | String |
পরীক্ষা শুরু হয়েছে
public void testStarted (TestDescription test,
long startTime)
পরামিতি |
---|
test | TestDescription |
startTime | long |