Raporter XmlFormattedGeneratorReporter

public class XmlFormattedGeneratorReporter
extends FormattedGeneratorReporter

java.lang.Object
com.android.tradefed.result.CollectingTestListener
  com.android.tradefed.result.suite.SuiteResultReporter
    com.android.tradefed.result.suite.FormattedGeneratorReporter
      com.android.tradefed.result.suite.XmlFormattedGeneratorReporter


Implementacja funkcji FormattedGeneratorReporter, która formatuje pakiet do formatu XML. .

Podsumowanie

Konstruktory publiczne

XmlFormattedGeneratorReporter()

Metody publiczne

IFormatterGenerator createFormatter()

Utwórz IFormatterGenerator do użycia.

File createResultDir()

Zwraca katalog wyników, którego należy używać do przechowywania wyników.

final void finalizeResults(IFormatterGenerator generator, SuiteResultHolder resultHolder)

Krok, który obsługuje użycie atrybutów IFormatterGenerator i SuiteResultHolder w aby wygenerować sformatowane wyniki.

void postFormattingStep(File resultDir, File reportFile)

Krok formatowania postów, który umożliwia podjęcie działań po wygenerowaniu raportu.

void preFormattingSetup(IFormatterGenerator formater)

Krok wstępny formatowania, który pozwala podjąć działanie przed wygenerowaniem raportu.

Konstruktory publiczne

Raporter XmlFormattedGeneratorReporter

public XmlFormattedGeneratorReporter ()

Metody publiczne

createFormatter

public IFormatterGenerator createFormatter ()

Utwórz IFormatterGenerator do użycia. Można je zastąpić, aby zmienić format.

Zwroty
IFormatterGenerator

createResultDir,

public File createResultDir ()

Zwraca katalog wyników, którego należy używać do przechowywania wyników.

Zwroty
File

finalizeResults

public final void finalizeResults (IFormatterGenerator generator, 
                SuiteResultHolder resultHolder)

Krok, który obsługuje użycie atrybutów IFormatterGenerator i SuiteResultHolder w aby wygenerować sformatowane wyniki.

postformatowania

public void postFormattingStep (File resultDir, 
                File reportFile)

Krok formatowania postów, który umożliwia podjęcie działań po wygenerowaniu raportu.

Parametry
resultDir File: katalog z wynikami.

reportFile File: wygenerowany plik raportu.

Konfiguracja wstępnego formatowania

public void preFormattingSetup (IFormatterGenerator formater)

Krok wstępny formatowania, który pozwala podjąć działanie przed wygenerowaniem raportu.

Parametry
formater IFormatterGenerator: pole IFormatterGenerator, które będzie używane na potrzeby generowania.