সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ফলাফল ফরোয়ার্ডার
public class ResultForwarder
extends Object
implements ITestInvocationListener
java.lang.অবজেক্ট |
↳ | com.android.tradefed.result.ResultForwarder |
একজন ITestInvocationListener
যেটি অন্য শ্রোতাদের একটি তালিকায় আমন্ত্রণের ফলাফল ফরওয়ার্ড করে।
সারাংশ
পাবলিক পদ্ধতি |
---|
TestSummary | getSummary () |
void | invocationEnded (long elapsedTime) |
void | invocationFailed (FailureDescription failure) |
void | invocationFailed (Throwable cause) |
void | invocationStarted (IInvocationContext context) |
void | testAssumptionFailure (TestDescription test, String trace) |
void | testAssumptionFailure (TestDescription test, FailureDescription failure) |
void | testEnded (TestDescription test, long endTime, testMetrics) testEnded (TestDescription test, long endTime, testMetrics) |
void | testEnded (TestDescription test, testMetrics) testEnded (TestDescription test, testMetrics) |
void | testFailed (TestDescription test, FailureDescription failure) |
void | testFailed (TestDescription test, String trace) |
void | testIgnored (TestDescription test) |
void | testLog (String dataName, LogDataType dataType, InputStreamSource dataStream) |
void | testModuleEnded () |
void | testModuleStarted (IInvocationContext moduleContext) |
void | testRunEnded (long elapsedTime, runMetrics) testRunEnded (long elapsedTime, runMetrics) |
void | testRunFailed (FailureDescription failure) |
void | testRunFailed (String errorMessage) |
void | testRunStarted (String runName, int testCount, int attemptNumber) |
void | testRunStarted (String runName, int testCount) |
void | testRunStarted (String runName, int testCount, int attemptNumber, long startTime) |
void | testRunStopped (long elapsedTime) |
void | testStarted (TestDescription test, long startTime) |
void | testStarted (TestDescription test) |
পাবলিক কনস্ট্রাক্টর
ফলাফল ফরোয়ার্ডার
public ResultForwarder ( listeners)
একটি ResultForwarder
তৈরি করুন।
ফলাফল ফরোয়ার্ডার
public ResultForwarder (ITestInvocationListener... listeners)
ResultForwarder
এর জন্য বিকল্প পরিবর্তনশীল আর্গ কনস্ট্রাক্টর।
সুরক্ষিত কনস্ট্রাক্টর
ফলাফল ফরোয়ার্ডার
protected ResultForwarder ()
বিলম্বিত শ্রোতা সেটিং সহ একটি ResultForwarder
তৈরি করুন। শুধুমাত্র উপশ্রেণীর দ্বারা ব্যবহারের জন্য উদ্দেশ্যে করা হয়েছে.
পাবলিক পদ্ধতি
সারাংশ পান
public TestSummary getSummary ()
আহ্বান শেষ
public void invocationEnded (long elapsedTime)
আমন্ত্রণ ব্যর্থ
public void invocationFailed (FailureDescription failure)
পরামিতি |
---|
failure | FailureDescription |
আমন্ত্রণ ব্যর্থ
public void invocationFailed (Throwable cause)
আমন্ত্রণ শুরু হয়েছে
public void invocationStarted (IInvocationContext context)
পরামিতি |
---|
context | IInvocationContext |
পরীক্ষা অনুমান ব্যর্থতা
public void testAssumptionFailure (TestDescription test,
String trace)
পরামিতি |
---|
test | TestDescription |
trace | String |
পরীক্ষা অনুমান ব্যর্থতা
public void testAssumptionFailure (TestDescription test,
FailureDescription failure)
পরামিতি |
---|
test | TestDescription |
failure | FailureDescription |
পরীক্ষা শেষ
public void testEnded (TestDescription test,
long endTime,
testMetrics)
পরামিতি |
---|
test | TestDescription |
endTime | long |
testMetrics | |
পরীক্ষা শেষ
public void testEnded (TestDescription test,
testMetrics)
পরামিতি |
---|
test | TestDescription |
testMetrics | |
পরীক্ষায় ব্যর্থ
public void testFailed (TestDescription test,
FailureDescription failure)
পরামিতি |
---|
test | TestDescription |
failure | FailureDescription |
পরীক্ষায় ব্যর্থ
public void testFailed (TestDescription test,
String trace)
পরামিতি |
---|
test | TestDescription |
trace | String |
পরীক্ষা উপেক্ষা করা হয়েছে
public void testIgnored (TestDescription test)
পরামিতি |
---|
test | TestDescription |
public void testLog (String dataName,
LogDataType dataType,
InputStreamSource dataStream)
পরামিতি |
---|
dataName | String |
dataType | LogDataType |
dataStream | InputStreamSource |
testModule শেষ
public void testModuleEnded ()
testModule শুরু হয়েছে
public void testModuleStarted (IInvocationContext moduleContext)
পরামিতি |
---|
moduleContext | IInvocationContext |
testRunended
public void testRunEnded (long elapsedTime,
runMetrics)
পরামিতি |
---|
elapsedTime | long |
runMetrics | |
testRunfailed
public void testRunFailed (FailureDescription failure)
পরামিতি |
---|
failure | FailureDescription |
testRunfailed
public void testRunFailed (String errorMessage)
পরামিতি |
---|
errorMessage | String |
testRunStarted
public void testRunStarted (String runName,
int testCount,
int attemptNumber)
পরামিতি |
---|
runName | String |
testCount | int |
attemptNumber | int |
testRunStarted
public void testRunStarted (String runName,
int testCount)
পরামিতি |
---|
runName | String |
testCount | int |
testRunStarted
public void testRunStarted (String runName,
int testCount,
int attemptNumber,
long startTime)
পরামিতি |
---|
runName | String |
testCount | int |
attemptNumber | int |
startTime | long |
testRunStopped
public void testRunStopped (long elapsedTime)
পরীক্ষা শুরু হয়েছে
public void testStarted (TestDescription test,
long startTime)
পরামিতি |
---|
test | TestDescription |
startTime | long |
পরীক্ষা শুরু হয়েছে
public void testStarted (TestDescription test)
পরামিতি |
---|
test | TestDescription |
সুরক্ষিত পদ্ধতি
শ্রোতাদের পান
protected getListeners ()
শ্রোতাদের তালিকা পান। শুধুমাত্র উপশ্রেণীর দ্বারা ব্যবহারের জন্য উদ্দেশ্যে করা হয়েছে.
সেট শ্রোতা
protected void setListeners ( listeners)
নির্মাণের পরে শ্রোতাদের সেট করুন। শুধুমাত্র উপশ্রেণীর দ্বারা ব্যবহারের জন্য উদ্দেশ্যে করা হয়েছে.
সেট শ্রোতা
protected void setListeners (ITestInvocationListener... listeners)
নির্মাণের পরে শ্রোতাদের সেট করুন। শুধুমাত্র উপশ্রেণীর দ্বারা ব্যবহারের জন্য উদ্দেশ্যে করা হয়েছে.
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[]]