NativePocAsserter
public
interface
NativePocAsserter
com.android.sts.common.NativePocAsserter |
NativePoc.asserter()
के साथ इस्तेमाल करने के लिए, दावा करने वाले व्यक्ति के लिए इंटरफ़ेस.
खास जानकारी
सार्वजनिक तरीके | |
---|---|
default
void
|
checkCmdResult(CommandResult result)
पीओसी खत्म होने के बाद कॉल किया जाता है |
default
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
POC के चलने से पहले कॉल किया जाता है और पीओसी खत्म होने के बाद बंद होने वाला ऑटो-क्लोज़ेबल दिखाता है |
सार्वजनिक तरीके
CheckCmdनतीजे
public void checkCmdResult (CommandResult result)
पीओसी खत्म होने के बाद कॉल किया जाता है
पैरामीटर | |
---|---|
result |
CommandResult |
अपने-आप बंद होने की सुविधा के साथ
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
POC के चलने से पहले कॉल किया जाता है और पीओसी खत्म होने के बाद बंद होने वाला ऑटो-क्लोज़ेबल दिखाता है
पैरामीटर | |
---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
रिटर्न | |
---|---|
AutoCloseable |
थ्रो | |
---|---|
Exception |