Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Uruchomienie testówTestuInvocationForwarder
public
class
TestRunToTestInvocationForwarder
extends Object
implements
ITestRunListener
java.lang.Object
|
↳ |
com.android.tradefed.result.ddmlib.TestRunToTestInvocationForwarder
|
Przekazujący z ddmlib ITestRunListener
do ITestLifeCycleReceiver
. Interfejs, który
upewnij się, że wyniki z interfejsu ddmlib zostaną przekształcone w interfejs Tradefed.
Interfejs Ddmlib jest połączony z przeprowadzaniem testów narzędzi.
Podsumowanie
Fieldsem
public static final String ERROR_MESSAGE_FORMAT
Konstruktory publiczne
Uruchomienie testówTestuInvocationForwarder
public TestRunToTestInvocationForwarder ( listeners)
Metody publiczne
Niepowodzenie testuZałożenia Niepowodzeń
public void testAssumptionFailure (TestIdentifier testId,
String trace)
Parametry |
testId |
TestIdentifier |
trace |
String |
testZakończony
public void testEnded (TestIdentifier testId,
testMetrics)
Parametry |
testId |
TestIdentifier |
testMetrics |
|
Niepowodzenie testu
public void testFailed (TestIdentifier testId,
String trace)
Parametry |
testId |
TestIdentifier |
trace |
String |
testignorowany
public void testIgnored (TestIdentifier testId)
Parametry |
testId |
TestIdentifier |
Zakończono bieg testowy
public void testRunEnded (long elapsedTime,
runMetrics)
Parametry |
elapsedTime |
long |
runMetrics |
|
Niepowodzenie testu uruchomienia
public void testRunFailed (String failure)
Uruchomiono test
public void testRunStarted (String runName,
int testCount)
Parametry |
runName |
String |
testCount |
int |
Zatrzymano uruchomienie testu
public void testRunStopped (long elapsedTime)
Parametry |
elapsedTime |
long |
testStarted (rozpoczęto test)
public void testStarted (TestIdentifier testId)
Parametry |
testId |
TestIdentifier |
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Brak potrzebnych mi informacji"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zbyt skomplikowane / zbyt wiele czynności do wykonania"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nieaktualne treści"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem z tłumaczeniem"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem z przykładami/kodem"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Inne"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Łatwo zrozumieć"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Rozwiązało to mój problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Inne"
}]
{"lastModified": "Ostatnia aktualizacja: 2024-08-22 UTC."}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-22 UTC."]]